From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Circular dependencies in python modules Date: Wed, 21 Jan 2015 23:24:23 +0100 Message-ID: <20150121222423.GA28710@debian> References: <20150120220847.GA7543@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39488) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YE3hP-0000oM-1Q for guix-devel@gnu.org; Wed, 21 Jan 2015 17:24:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YE3hL-0000s3-T5 for guix-devel@gnu.org; Wed, 21 Jan 2015 17:24:30 -0500 Received: from mout.kundenserver.de ([212.227.17.10]:60577) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YE3hL-0000ro-K5 for guix-devel@gnu.org; Wed, 21 Jan 2015 17:24:27 -0500 Content-Disposition: inline In-Reply-To: <20150120220847.GA7543@debian> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org 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? Andreas