aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/genenetwork.scm
diff options
context:
space:
mode:
authorBonfaceKilz2020-08-31 17:32:01 +0300
committerBonfaceKilz2020-08-31 17:32:01 +0300
commit71406066d1e585e52f56b10716d690d778ce5b46 (patch)
tree3877a4e00242b0d1c8319333e8cd2f6358b9d7ca /gn/packages/genenetwork.scm
parent9b0e7d51ec8a5711d87f429165a986e338d30550 (diff)
downloadguix-bioinformatics-71406066d1e585e52f56b10716d690d778ce5b46.tar.gz
gn: python3-genenetwork2: Propagate python-mypy
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r--gn/packages/genenetwork.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm
index c9dbd2e..09e683f 100644
--- a/gn/packages/genenetwork.scm
+++ b/gn/packages/genenetwork.scm
@@ -21,6 +21,7 @@
#:use-module (gnu packages databases)
#:use-module (gnu packages ghostscript)
#:use-module (gnu packages python)
+ #:use-module (gnu packages python-check)
#:use-module (gnu packages python-crypto)
#:use-module (gnu packages python-science)
#:use-module (gnu packages python-web)
@@ -442,6 +443,7 @@ Graphical Fragment Assembly} files and related formats.")
("python-lxml" ,python-lxml)
("python-mechanize" ,python-mechanize)
("python-mysqlclient" ,python-mysqlclient)
+ ("python-mypy" ,python-mypy)
("python-numpy" ,python-numpy)
("python-pandas" ,python-pandas)
("python-parameterized" ,python-parameterized)