summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-04-27 06:53:12 +0200
committerRicardo Wurmus <rekado@elephly.net>2023-04-27 06:53:12 +0200
commit40451d0f2dd6b39b29481b14fbadd7d0d0c3d090 (patch)
treee15bbcd04ddd6e9dce7d4fa6054839aa615073ac
parentcec543e70fa2487ff73f2b3a4adbdb02d06553ea (diff)
gnu: python-google-resumable-media: Add missing input.
* gnu/packages/python-web.scm (python-google-resumable-media)[native-inputs]: Add python-mock.
-rw-r--r--gnu/packages/python-web.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 68c0d12474..76894adc0a 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -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))