aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/python.scm
diff options
context:
space:
mode:
authorPjotr Prins2017-02-19 05:08:38 -0600
committerPjotr Prins2017-02-19 05:08:38 -0600
commitf2ac1a3fa8cca726a272b1eb67ddf28ec87198f6 (patch)
tree59983961c9f965389eb204f125e45a38f319652c /gn/packages/python.scm
parent0747984b10a05d674d34bc5491e76e6d8f39989c (diff)
downloadguix-bioinformatics-gn-dev.tar.gz
Preparing GN2 for an new release. Disabling numarray dependencygn-dev
Diffstat (limited to 'gn/packages/python.scm')
-rw-r--r--gn/packages/python.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm
index 7dbd968..a243d67 100644
--- a/gn/packages/python.scm
+++ b/gn/packages/python.scm
@@ -450,6 +450,8 @@ version ".tgz"))
(base32
"0x1i4j7yni7k4p9kjxs1lgln1psdmyrz65wp2yr35yn292iw2vbg"))))
(build-system python-build-system)
+ (native-inputs
+ `(("python2-setuptools" ,python2-setuptools)))
(arguments
`(#:python ,python-2
#:tests? #f)) ; no 'setup.py test' really!