From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 07/10] gnu: Add python-funcsigs. Date: Sat, 30 Apr 2016 17:33:27 -0400 Message-ID: <20160430213327.GE32505@jasmine> References: <1461939663-5936-1-git-send-email-tipecaml@gmail.com> <1461939663-5936-8-git-send-email-tipecaml@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]:53073) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awcWP-0007h3-45 for guix-devel@gnu.org; Sat, 30 Apr 2016 17:33:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1awcWD-00031X-IC for guix-devel@gnu.org; Sat, 30 Apr 2016 17:33:47 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:50468) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awcWB-0002xd-9S for guix-devel@gnu.org; Sat, 30 Apr 2016 17:33:41 -0400 Content-Disposition: inline In-Reply-To: <1461939663-5936-8-git-send-email-tipecaml@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" To: Cyril Roelandt Cc: guix-devel@gnu.org On Fri, Apr 29, 2016 at 04:21:00PM +0200, Cyril Roelandt wrote: > * gnu/packages/python.scm (python-funcsigs, python2-funcsigs): New variables. > + (native-inputs > + `(("python-setuptools" ,python-setuptools) Can it go in the python-2 variant?