From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH]: gnu: python-jsonschema: Correct inputs. Date: Tue, 8 Nov 2016 12:30:03 -0500 Message-ID: <20161108173003.GB23472@jasmine> References: <87wpge6joe.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56949) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c4ADq-0002Gk-99 for guix-devel@gnu.org; Tue, 08 Nov 2016 12:30:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c4ADm-0001Q8-BV for guix-devel@gnu.org; Tue, 08 Nov 2016 12:30:10 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:38636) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c4ADm-0001PN-7L for guix-devel@gnu.org; Tue, 08 Nov 2016 12:30:06 -0500 Content-Disposition: inline In-Reply-To: <87wpge6joe.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> 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" To: Marius Bakke Cc: guix-devel@gnu.org On Tue, Nov 08, 2016 at 04:05:53PM +0000, Marius Bakke wrote: > This fixes a problem building python2-tempest-lib due to missing > propagation of python2-functools32. > > Note that the native-inputs are still referenced due to a bug with how > the automatic wrapper of $out/bin works. Should they still be added as > regular inputs, or can we ignore it for now? I *think* this is fixed in > wip-python-build-system, but haven't checked yet (still building > dependents). > > From 929b9caa995cc0b75a8a5cd8d4b85102c240d2f6 Mon Sep 17 00:00:00 2001 > From: Marius Bakke > Date: Tue, 8 Nov 2016 15:50:13 +0000 > Subject: [PATCH] gnu: python-jsonschema: Correct inputs. > > * gnu/packages/python.scm (python-jsonschema)[inputs]: Remove > python-setuptools. Move python-vcversioner to ... > [native-inputs]: ... here. > * gnu/packages/python.scm (python2-jsonschema)[inputs]: Move > python2-functools32 to ... > [propagated-inputs]: ... here. > [native-inputs]: Add python2-setuptools. It works for me, thanks! Hartmut, what do you think?