me
/
guix
Archived
1
0
Fork 0

gnu: python-google-resumable-media: Add missing input.

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

View File

@ -7396,6 +7396,7 @@ server-to-server authentication mechanisms to access Google APIs.")
(propagated-inputs (list python-google-crc32c))
(native-inputs
(list python-google-auth
python-mock
python-pytest
python-requests
python-test-utils))