diff options
author | Pjotr Prins | 2017-02-19 05:08:38 -0600 |
---|---|---|
committer | Pjotr Prins | 2017-02-19 05:08:38 -0600 |
commit | f2ac1a3fa8cca726a272b1eb67ddf28ec87198f6 (patch) | |
tree | 59983961c9f965389eb204f125e45a38f319652c /gn/packages/python.scm | |
parent | 0747984b10a05d674d34bc5491e76e6d8f39989c (diff) | |
download | guix-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.scm | 2 |
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! |