[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Circular dependencies in python modules
From: |
Federico Beffa |
Subject: |
Re: Circular dependencies in python modules |
Date: |
Thu, 22 Jan 2015 09:50:35 +0100 |
Andreas Enge <address@hidden> 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<=1.5.7
> SPARQLWrapper
> (and similarly for python3; no idea why there the installation worked
> without sparqlwrapper).
>
> So what can we do?
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/
Regards,
Fede