guix-patches
[Top][All Lists]
Advanced

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

[bug#70735] [PATCH 090/714] gnu: python-ega-download-client: Remove pyth


From: Nicolas Graves
Subject: [bug#70735] [PATCH 090/714] gnu: python-ega-download-client: Remove python-coverage native-input.
Date: Sat, 4 May 2024 00:19:32 +0200

* gnu/packages/bioinformatics.scm (python-ega-download-client):
  [native-inputs]: Remove python-coverage.

Change-Id: Ic270422866db874900ae0eba99fb3264de585390
---
 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 9019ca8bab..c7fe02132e 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2577,7 +2577,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
+    (native-inputs (list python-pytest python-pyfakefs
                          python-responses python-mock))
     (home-page "https://github.com/EGA-archive/ega-download-client";)
     (synopsis "EGA download client")
-- 
2.41.0






reply via email to

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