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/5] import: pypi: Remove setuptools from the inputs. Date: Mon, 25 Jul 2016 23:07:58 +0200 Message-ID: <87wpk9fmtt.fsf@gnu.org> References: <1468682605-12622-1-git-send-email-tipecaml@gmail.com> <1468682605-12622-3-git-send-email-tipecaml@gmail.com> <87mvl9pdqz.fsf@gnu.org> <20160722214336.GA4922@jasmine> <9b612565-63a3-98c2-1fb1-0f8189a3c30e@gmail.com> 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]:39191) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRn6f-0005MN-Mi for guix-devel@gnu.org; Mon, 25 Jul 2016 17:08:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bRn6Z-0002lb-59 for guix-devel@gnu.org; Mon, 25 Jul 2016 17:08:09 -0400 In-Reply-To: <9b612565-63a3-98c2-1fb1-0f8189a3c30e@gmail.com> (Cyril Roelandt's message of "Sat, 23 Jul 2016 16:46:47 +0200") 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 Cyril Roelandt skribis: > On 07/22/2016 11:43 PM, Leo Famulari wrote: >> In my experience, it is more often required for Python 2.x, but >> sometimes it is required by Python 3.x packages, and sometimes not for >> Python 2.x packages. >>=20 >> I'd be happy to get a more systematic explanation, or to be shown wrong. >> A simple rule would be great :) >>=20 > > Yes, we usually do not need to include python-setuptools in the native > inputs of our Python 3 packages, we just add it to the Python 2 version. OK, thanks for explaining. This patch looks good! Ludo=E2=80=99.