diff options
author | Frederick Muriuki Muriithi | 2025-02-25 10:01:44 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-02-25 10:01:44 -0600 |
commit | 7a1836cad03281cea47c6610b3fcdd3119b36117 (patch) | |
tree | c0ceb32c65edc7dd212605b43e2c899227696ded | |
parent | 55a7e88d93810c6af824132e1a0400dda32968b1 (diff) | |
download | guix-bioinformatics-7a1836cad03281cea47c6610b3fcdd3119b36117.tar.gz |
gn-libs: Add required, build-specific dependencies.
-rw-r--r-- | gn/packages/genenetwork.scm | 4 |
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 |