From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/3] gnu: Add python-blinker Date: Sun, 19 Jul 2015 23:21:07 +0200 Message-ID: <87y4ibj130.fsf@gnu.org> References: <87io9rwtac.fsf@earlgrey.lan> 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]:55987) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGw1J-0003ej-CC for guix-devel@gnu.org; Sun, 19 Jul 2015 17:21:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZGw1G-0004zO-7q for guix-devel@gnu.org; Sun, 19 Jul 2015 17:21:13 -0400 In-Reply-To: <87io9rwtac.fsf@earlgrey.lan> (Christopher Allan Webber's message of "Fri, 10 Jul 2015 17:17:57 -0500") 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: Christopher Allan Webber Cc: guix-devel@gnu.org Christopher Allan Webber skribis: > From 0ef695078864edb838827b9b4eac918f4c090391 Mon Sep 17 00:00:00 2001 > From: Christopher Allan Webber > Date: Fri, 10 Jul 2015 16:12:47 -0500 > Subject: [PATCH 2/3] gnu: Add python-blinker > > * gnu/packages/python.scm (python-blinker python2-blinker): New variables. [...] > + (inputs > + `(("python-setuptools" ,python-setuptools))) Should be =E2=80=98native-inputs=E2=80=99 (it=E2=80=99s a build-time only d= ependency.) > + (arguments '(#:tests? #f)) Please add a comment explaining why. Could you send an updated patch? And sorry for the delay! Ludo=E2=80=99.