me
/
guix
Archived
1
0
Fork 0

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
nafkhamdc 2024-02-16 17:36:01 +00:00 committed by Ricardo Wurmus
parent fdbf4192f5
commit 07ecdb99b6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -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