mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 18:49:14 -05:00
gnu: python-google-resumable-media: Add missing input.
* gnu/packages/python-web.scm (python-google-resumable-media)[native-inputs]: Add python-mock.
This commit is contained in:
parent
cec543e70f
commit
40451d0f2d
1 changed files with 1 additions and 0 deletions
|
@ -7396,6 +7396,7 @@ (define-public python-google-resumable-media
|
||||||
(propagated-inputs (list python-google-crc32c))
|
(propagated-inputs (list python-google-crc32c))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-google-auth
|
(list python-google-auth
|
||||||
|
python-mock
|
||||||
python-pytest
|
python-pytest
|
||||||
python-requests
|
python-requests
|
||||||
python-test-utils))
|
python-test-utils))
|
||||||
|
|
Loading…
Reference in a new issue