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
@ -2556,7 +2556,7 @@ Python.")
|
|||||||
(propagated-inputs (list python-htsget python-psutil python-requests
|
(propagated-inputs (list python-htsget python-psutil python-requests
|
||||||
python-tqdm python-urllib3))
|
python-tqdm python-urllib3))
|
||||||
(native-inputs (list python-coverage python-pytest python-pyfakefs
|
(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")
|
(home-page "https://github.com/EGA-archive/ega-download-client")
|
||||||
(synopsis "EGA download client")
|
(synopsis "EGA download client")
|
||||||
(description
|
(description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user