gnu: python-rdflib: Update to 6.1.1.

* gnu/packages/rdf.scm (python-rdflib): Update to 6.1.1.
[arguments]: Remove #:tests.  Add #:phases.
[native-inputs]: Change from PYTHON-NOSE to PYTHON-PYTEST.
(python-rdflib-5): New variable.
(python2-rdflib): Inherit from PYTHON-RDFLIB-5.
* gnu/packages/python-xyz.scm (python-prov): Change from PYTHON-RDFLIB to
PYTHON-RDFLIB-5.
* gnu/packages/bioinformatics.scm (cwltool): Likewise.
This commit is contained in:
Marius Bakke 2022-01-18 17:10:28 +01:00
parent ce58adbb3b
commit 2a4c271e61
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
3 changed files with 40 additions and 16 deletions

View file

@ -19565,7 +19565,7 @@ multitouch applications.")
"1vi2fj31vygfcqrkimdmk52q2ldw08g9fn4v4zlgdfgcjlhqyhxn"))))
(build-system python-build-system)
(propagated-inputs
(list python-dateutil python-lxml python-networkx python-rdflib))
(list python-dateutil python-lxml python-networkx python-rdflib-5))
(native-inputs
(list graphviz python-pydot))
(home-page "https://github.com/trungdong/prov")