From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Circular dependencies in python modules Date: Fri, 23 Jan 2015 22:32:43 +0100 Message-ID: <20150123213243.GA25871@debian> References: <20150122193757.GA19075@debian.math.u-bordeaux1.fr> <54C16880.1010303@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49974) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YElqY-0001Et-GB for guix-devel@gnu.org; Fri, 23 Jan 2015 16:32:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YElqV-00053M-9J for guix-devel@gnu.org; Fri, 23 Jan 2015 16:32:54 -0500 Received: from mout.kundenserver.de ([212.227.126.187]:49167) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YElqV-00051u-18 for guix-devel@gnu.org; Fri, 23 Jan 2015 16:32:51 -0500 Content-Disposition: inline In-Reply-To: <54C16880.1010303@gmail.com> 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: Cyril Roelandt Cc: guix-devel@gnu.org 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 dependency for python 2. Then for the tests, it needed python2-nose. Then a lot of tests failed. I am giving up for now. I could disable the tests, and go on with sparqlwrapper, zeitgeist and libqzeitgeist (my real aim!), but how would one know that the resulting libraries actually work? Andreas