guix-commits
[Top][All Lists]
Advanced

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

189/397: gnu: python-decoupler-py: Add missing input.


From: guix-commits
Subject: 189/397: gnu: python-decoupler-py: Add missing input.
Date: Thu, 16 Jan 2025 04:30:32 -0500 (EST)

rekado pushed a commit to branch python-team
in repository guix.

commit a226723f230599b2b79503bd9b5014cc5c70a329
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 8 17:53:52 2025 +0100

    gnu: python-decoupler-py: Add missing input.
    
    * gnu/packages/bioinformatics.scm (python-decoupler-py)[native-inputs]: Add
    python-wheel.
    
    Change-Id: I37b8162e0dde4513b3a6f94455315489d7d08499
---
 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 513ece998a..8e79c259eb 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2460,7 +2460,7 @@ parsing of Variant Call Format (VCF) files.")
                              python-skranger
                              python-tqdm
                              python-typing-extensions))
-    (native-inputs (list python-pytest))
+    (native-inputs (list python-pytest python-wheel))
     (home-page "https://github.com/saezlab/decoupler-py";)
     (synopsis
      "Framework for modeling, analyzing and interpreting single-cell RNA-seq 
data")



reply via email to

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