Drop SPARQLWrapper from the required install inputs under Python 2, as it creates a circular dependency. diff -u rdflib-4.1.2.alt/setup.py rdflib-4.1.2/setup.py --- rdflib-4.1.2.alt/setup.py 2014-03-04 12:40:26.000000000 +0100 +++ rdflib-4.1.2/setup.py 2015-01-23 21:52:59.000000000 +0100 @@ -52,7 +52,7 @@ kwargs['test_suite'] = "nose.collector" kwargs['install_requires'] = [ 'isodate', - 'pyparsing', 'SPARQLWrapper'] + 'pyparsing'] if sys.version_info[1]<7: # Python 2.6 kwargs['install_requires'].append('ordereddict') value='af025d99f4cd9ab6643f63f587faf0ba2d65d862'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/build-aux/test-env.in
AgeCommit message (Expand)Author
2021-12-22tests: Move keys into ./tests/keys/ and add a third ed25519 key....Attila Lendvai
2021-04-20import: Remove Nix importer....Ludovic Courtès