Re: Circular dependencies in python modules

2015-01-23 Thread Andreas Enge
On Thu, Jan 22, 2015 at 10:15:44PM +0100, Cyril Roelandt wrote: > In Python 3, it is not in "install_requires", but it is in "requires": > Not sure exactly what the difference is, though. I saw it, maybe it means that it needs to be installed together with sparqlwrapper? Anyway, I removed the dep

Re: Circular dependencies in python modules

2015-01-22 Thread Cyril Roelandt
On 01/22/2015 08:37 PM, Andreas Enge wrote: > On Thu, Jan 22, 2015 at 09:50:35AM +0100, Federico Beffa wrote: >> It appears that SPARQLWrapper is not really needed and you can disable >> dependency guessing with '--no-guessing-deps'. See >> https://sources.debian.net/src/rdflib/4.1.2-3/debian/rules

Re: Circular dependencies in python modules

2015-01-22 Thread Andreas Enge
On Thu, Jan 22, 2015 at 09:50:35AM +0100, Federico Beffa wrote: > It appears that SPARQLWrapper is not really needed and you can disable > dependency guessing with '--no-guessing-deps'. See > https://sources.debian.net/src/rdflib/4.1.2-3/debian/rules/ Thanks for the suggestion! This seems to be so

Re: Circular dependencies in python modules

2015-01-22 Thread Federico Beffa
Andreas Enge writes: > Looking at the code of both modules on github, there is: > https://github.com/RDFLib/sparqlwrapper/blob/master/requirements.txt >rdflib >rdflib_jsonld > and > https://github.com/RDFLib/rdflib/blob/master/requirements.py2.txt >flake8 >isodate >pyparsing<=

Re: Circular dependencies in python modules

2015-01-21 Thread Andreas Enge
Looking at the code of both modules on github, there is: https://github.com/RDFLib/sparqlwrapper/blob/master/requirements.txt rdflib rdflib_jsonld and https://github.com/RDFLib/rdflib/blob/master/requirements.py2.txt flake8 isodate pyparsing<=1.5.7 SPARQLWrapper (and similarly for