me
/
guix
Archived
1
0
Fork 0

gnu: python-google-cloud-storage: Add missing input.

* gnu/packages/python-web.scm (python-google-cloud-storage)[native-inputs]:
Add python-mock.
master
Ricardo Wurmus 2023-04-27 06:53:37 +02:00
parent 40451d0f2d
commit db19e30673
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -7570,7 +7570,7 @@ classes) used by all of the @code{google-cloud-*} packages.")
"tests/conformance/")) "tests/conformance/"))
(invoke "pytest"))))))) (invoke "pytest")))))))
(native-inputs (native-inputs
(list python-pytest python-test-utils)) (list python-mock python-pytest python-test-utils))
(propagated-inputs (propagated-inputs
(list python-google-api-core (list python-google-api-core
python-google-auth python-google-auth