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:
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

View file

@ -7396,6 +7396,7 @@ (define-public python-google-resumable-media
(propagated-inputs (list python-google-crc32c))
(native-inputs
(list python-google-auth
python-mock
python-pytest
python-requests
python-test-utils))