mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 11:26:55 -05:00
gnu: python-google-cloud-storage: Add missing input.
* gnu/packages/python-web.scm (python-google-cloud-storage)[native-inputs]: Add python-mock.
This commit is contained in:
parent
40451d0f2d
commit
db19e30673
1 changed files with 1 additions and 1 deletions
|
@ -7570,7 +7570,7 @@ (define-public python-google-cloud-storage
|
|||
"tests/conformance/"))
|
||||
(invoke "pytest")))))))
|
||||
(native-inputs
|
||||
(list python-pytest python-test-utils))
|
||||
(list python-mock python-pytest python-test-utils))
|
||||
(propagated-inputs
|
||||
(list python-google-api-core
|
||||
python-google-auth
|
||||
|
|
Loading…
Reference in a new issue