me
/
guix
Archived
1
0
Fork 0

gnu: python-sparqlwrapper: Build with older setuptools.

* gnu/packages/rdf.scm (python-sparqlwrapper)[native-inputs]: Add
PYTHON-SETUPTOOLS.
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
1 changed files with 2 additions and 1 deletions

View File

@ -487,7 +487,8 @@ C++ library as well as various command-line tools to to work with HDT.")
(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/")