[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/")
- 10/21: gnu: python-rdflib-jsonld: Update to 0.6.2., (continued)
- 10/21: gnu: python-rdflib-jsonld: Update to 0.6.2., guix-commits, 2022/01/18
- 03/21: gnu: Add arm-trusted-firmware-imx8mq., guix-commits, 2022/01/18
- 05/21: gnu: arm-trusted-firmware-rk3399: Remove input labels., guix-commits, 2022/01/18
- 06/21: gnu: python-gevent: Update to 21.12.0., guix-commits, 2022/01/18
- 02/21: gnu: arm-trusted-firmware: Use the default compiler., guix-commits, 2022/01/18
- 14/21: gnu: python-parse-type: Update to 0.5.2., guix-commits, 2022/01/18
- 11/21: gnu: python-kazoo: Update to 2.8.0., guix-commits, 2022/01/18
- 21/21: gnu: python-igraph: Do not inherit igraph replacements., guix-commits, 2022/01/18
- 17/21: gnu: python-aiohttp: Propagate attrs., guix-commits, 2022/01/18
- 13/21: gnu: python-pydot: Update to 1.4.2., guix-commits, 2022/01/18
- 18/21: gnu: python-sparqlwrapper: Build with older setuptools.,
guix-commits <=
- 12/21: gnu: python-pydot: Build with old pyparsing., guix-commits, 2022/01/18
- 08/21: gnu: python-libusb1: Update to 2.0.1., guix-commits, 2022/01/18
- 15/21: gnu: python-leidenalg: Fix build failure., guix-commits, 2022/01/18