mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
cec543e70f
commit
40451d0f2d
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue