aboutsummaryrefslogtreecommitdiff
path: root/gn/packages
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-02-25 10:01:44 -0600
committerFrederick Muriuki Muriithi2025-02-25 10:01:44 -0600
commit7a1836cad03281cea47c6610b3fcdd3119b36117 (patch)
treec0ceb32c65edc7dd212605b43e2c899227696ded /gn/packages
parent55a7e88d93810c6af824132e1a0400dda32968b1 (diff)
downloadguix-bioinformatics-7a1836cad03281cea47c6610b3fcdd3119b36117.tar.gz
gn-libs: Add required, build-specific dependencies.
Diffstat (limited to 'gn/packages')
-rw-r--r--gn/packages/genenetwork.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm
index 4bebcc7..9c5b0a5 100644
--- a/gn/packages/genenetwork.scm
+++ b/gn/packages/genenetwork.scm
@@ -568,8 +568,10 @@
(invoke "pytest" "-k" "unit_test")))))))
(native-inputs
(list python-mypy
+ python-wheel
python-pylint
- python-pytest))
+ python-pytest
+ python-setuptools))
(propagated-inputs
(list python-authlib
python-pymonad