From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: Re: [PATCH 2/5] import: pypi: Remove setuptools from the inputs. Date: Sat, 23 Jul 2016 16:46:47 +0200 Message-ID: <9b612565-63a3-98c2-1fb1-0f8189a3c30e@gmail.com> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48930) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQyCf-0007Fa-Rb for guix-devel@gnu.org; Sat, 23 Jul 2016 10:46:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQyCb-0003Ia-US for guix-devel@gnu.org; Sat, 23 Jul 2016 10:46:57 -0400 In-Reply-To: <20160722214336.GA4922@jasmine> 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: Leo Famulari , =?UTF-8?Q?Ludovic_Court=c3=a8s?= Cc: guix-devel@gnu.org 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. > > I'd be happy to get a more systematic explanation, or to be shown wrong. > A simple rule would be great :) > 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. Cyril.