mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-sparqlwrapper: Build with older setuptools.
* gnu/packages/rdf.scm (python-sparqlwrapper)[native-inputs]: Add PYTHON-SETUPTOOLS.
This commit is contained in:
parent
1589f09729
commit
2188af8bdf
1 changed files with 2 additions and 1 deletions
|
@ -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/")
|
||||
|
|
Loading…
Reference in a new issue