diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-04-27 06:53:12 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-04-27 06:53:12 +0200 |
commit | 40451d0f2dd6b39b29481b14fbadd7d0d0c3d090 (patch) | |
tree | e15bbcd04ddd6e9dce7d4fa6054839aa615073ac /gnu/packages/python-web.scm | |
parent | cec543e70fa2487ff73f2b3a4adbdb02d06553ea (diff) | |
download | guix-40451d0f2dd6b39b29481b14fbadd7d0d0c3d090.tar.gz |
gnu: python-google-resumable-media: Add missing input.
* gnu/packages/python-web.scm (python-google-resumable-media)[native-inputs]: Add python-mock.
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r-- | gnu/packages/python-web.scm | 1 |
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)) |