guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

18/21: gnu: python-sparqlwrapper: Build with older setuptools.


From: guix-commits
Subject: 18/21: gnu: python-sparqlwrapper: Build with older setuptools.
Date: Tue, 18 Jan 2022 13:38:51 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 2188af8bdff0ac74e216840ac46cf1580f23f66a
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Jan 18 18:09:57 2022 +0100

    gnu: python-sparqlwrapper: Build with older setuptools.
    
    * gnu/packages/rdf.scm (python-sparqlwrapper)[native-inputs]: Add
    PYTHON-SETUPTOOLS.
---
 gnu/packages/rdf.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]