gnu: python-sparqlwrapper: Build with older setuptools.
* gnu/packages/rdf.scm (python-sparqlwrapper)[native-inputs]: Add PYTHON-SETUPTOOLS.
parent
1589f09729
commit
2188af8bdf
|
@ -487,7 +487,8 @@ C++ library as well as various command-line tools to to work with HDT.")
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; The test suite simply queries external HTTP endpoints.
|
'(#:tests? #f)) ; The test suite simply queries external HTTP endpoints.
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-nose))
|
;; Build with setuptools <58 to get lib2to3 support.
|
||||||
|
(list python-nose python-setuptools))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-rdflib))
|
(list python-rdflib))
|
||||||
(home-page "https://rdflib.dev/sparqlwrapper/")
|
(home-page "https://rdflib.dev/sparqlwrapper/")
|
||||||
|
|
Reference in New Issue