summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2025-01-08 17:53:52 +0100
committerRicardo Wurmus <rekado@elephly.net>2025-01-20 21:37:38 +0100
commitd3070a194d37a5dbf015d271b3cdd30df025311e (patch)
treee883ab35d8cd35b5a1ed4c6680d75c32fc7263b6
parentf1de8265f54094719eae34502aaf9f8d01b39164 (diff)
gnu: python-decoupler-py: Add missing input.
* gnu/packages/bioinformatics.scm (python-decoupler-py)[native-inputs]: Add python-wheel. Change-Id: I37b8162e0dde4513b3a6f94455315489d7d08499
-rw-r--r--gnu/packages/bioinformatics.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index c6f8f99b0bf..05278882ece 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")