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>master
parent
fdbf4192f5
commit
07ecdb99b6
|
@ -2556,7 +2556,7 @@ Python.")
|
|||
(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
|
||||
|
|
Reference in New Issue