From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Changing python-wrapper to handle lib/ etc. Date: Tue, 04 Nov 2014 22:40:14 +0100 Message-ID: <878ujq8x1d.fsf@gnu.org> References: <20141102174450.GC6865@debian> <20141102213257.GA11661@debian> <20141103101345.GA7788@debian.eduroam.u-bordeaux.fr> <20141103201928.GA20729@debian> <20141103204921.GA3867@debian> <20141103220646.GB28208@debian> <871tpjcnbt.fsf@gnu.org> <20141104130715.GA8411@debian.eduroam.u-bordeaux.fr> <878ujq29on.fsf@gnu.org> <20141104170830.GA17009@debian.eduroam.u-bordeaux.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54411) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XllpW-0007qZ-1W for guix-devel@gnu.org; Tue, 04 Nov 2014 16:40:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XllpQ-00072r-2B for guix-devel@gnu.org; Tue, 04 Nov 2014 16:39:57 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:47185) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XllpP-00072j-Rm for guix-devel@gnu.org; Tue, 04 Nov 2014 16:39:51 -0500 In-Reply-To: <20141104170830.GA17009@debian.eduroam.u-bordeaux.fr> (Andreas Enge's message of "Tue, 4 Nov 2014 18:08:30 +0100") 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: Andreas Enge Cc: Guix-devel , Federico Beffa Andreas Enge skribis: > On Tue, Nov 04, 2014 at 05:48:56PM +0100, Ludovic Court=C3=A8s wrote: >> Doesn=E2=80=99t that create a circular dependency between the =E2=80=98p= ython=E2=80=99 package >> and the =E2=80=98tk=E2=80=99 package, somehow? > > I checked only the direct inputs, the key is in "somehow"! > > tk depends on libx11, depends on libxcb, depends on python. This: guix gc --references $(guix build libxcb) | grep python shows nothing. So what about creating a bare-bones Python for that (perhaps with other optional dependencies removed, while we=E2=80=99re at i= t), and use that as a dependency for libxcb? Thanks, Ludo=E2=80=99.