aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/python.scm
diff options
context:
space:
mode:
authorPjotr Prins2015-09-18 14:22:46 +0900
committerPjotr Prins2015-09-18 14:22:46 +0900
commit3dabef24b6d27ca682f25fbff0d6e6fe7d7ccc2e (patch)
tree697b93f4fcfa47eda0e82ff35157d2960149612f /gn/packages/python.scm
parenta77920bde1fa723166788344e73714e29c92d423 (diff)
downloadguix-bioinformatics-3dabef24b6d27ca682f25fbff0d6e6fe7d7ccc2e.tar.gz
CWL works
Diffstat (limited to 'gn/packages/python.scm')
-rw-r--r--gn/packages/python.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm
index f6c4e92..d1180d9 100644
--- a/gn/packages/python.scm
+++ b/gn/packages/python.scm
@@ -63,6 +63,7 @@
(propagated-inputs
`(("python-rdflib-4.2" ,python-rdflib-4.2)
("python-pyparsing" ,python-pyparsing)
+ ("python-html5lib" ,python-html5lib)
))
(home-page
"https://github.com/RDFLib/rdflib-jsonld")
@@ -99,6 +100,7 @@
("python-isodate" ,python-isodate)
("python-pyparsing" ,python-pyparsing)
("python-setuptools" ,python-setuptools)))
+ (arguments `(#:tests? #f)) ;; No tests.
(home-page "https://github.com/RDFLib/rdflib")
(synopsis
"Python RDF library")
@@ -114,7 +116,7 @@ powerful language for representing information.")
(inherit base)
(inputs
(append (package-inputs base)
- `(("python2-nose" ,python2-nose))))
+ `(("python-nose" ,python-nose))))
(arguments
`(#:python ,python-2
#:tests? #f))))) ; 3 tests fail, also outside Guix