gnu: python-sparqlwrapper: Build with older setuptools.

* gnu/packages/rdf.scm (python-sparqlwrapper)[native-inputs]: Add
PYTHON-SETUPTOOLS.
This commit is contained in:
Marius Bakke 2022-01-18 18:09:57 +01:00
parent 1589f09729
commit 2188af8bdf
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -487,7 +487,8 @@ (define-public python-sparqlwrapper
(arguments
'(#:tests? #f)) ; The test suite simply queries external HTTP endpoints.
(native-inputs
(list python-nose))
;; Build with setuptools <58 to get lib2to3 support.
(list python-nose python-setuptools))
(propagated-inputs
(list python-rdflib))
(home-page "https://rdflib.dev/sparqlwrapper/")