mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: python-ega-download-client: Add missing input.
* gnu/packages/bioinformatics.scm (python-ega-download-client) [native-inputs]: Add python-mock. Change-Id: I3befca6de33f959f4d916caa839d7201c77e8209 Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
fdbf4192f5
commit
07ecdb99b6
1 changed files with 1 additions and 1 deletions
|
@ -2556,7 +2556,7 @@ (define-public python-ega-download-client
|
|||
(propagated-inputs (list python-htsget python-psutil python-requests
|
||||
python-tqdm python-urllib3))
|
||||
(native-inputs (list python-coverage python-pytest python-pyfakefs
|
||||
python-responses))
|
||||
python-responses python-mock))
|
||||
(home-page "https://github.com/EGA-archive/ega-download-client")
|
||||
(synopsis "EGA download client")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue