diff options
-rw-r--r-- | gnu/packages/rdf.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm index 068b5e0cfa..e3a26cf734 100644 --- a/gnu/packages/rdf.scm +++ b/gnu/packages/rdf.scm @@ -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/") |