guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: python-ega-download-client: Add missing inpu


From: guix-commits
Subject: branch master updated: gnu: python-ega-download-client: Add missing input.
Date: Mon, 19 Feb 2024 04:15:57 -0500

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 07ecdb99b6 gnu: python-ega-download-client: Add missing input.
07ecdb99b6 is described below

commit 07ecdb99b6c4b6b3e993d08034138bf69414020b
Author: nafkhamdc <navid.afkhami@mdc-berlin.de>
AuthorDate: Fri Feb 16 17:36:01 2024 +0000

    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>
---
 gnu/packages/bioinformatics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 84577ef760..85507b6c15 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]