diff options
author | Pjotr Prins | 2015-09-18 14:22:46 +0900 |
---|---|---|
committer | Pjotr Prins | 2015-09-18 14:22:46 +0900 |
commit | 3dabef24b6d27ca682f25fbff0d6e6fe7d7ccc2e (patch) | |
tree | 697b93f4fcfa47eda0e82ff35157d2960149612f /gn/packages/python.scm | |
parent | a77920bde1fa723166788344e73714e29c92d423 (diff) | |
download | guix-bioinformatics-3dabef24b6d27ca682f25fbff0d6e6fe7d7ccc2e.tar.gz |
CWL works
Diffstat (limited to 'gn/packages/python.scm')
-rw-r--r-- | gn/packages/python.scm | 4 |
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 |