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: Fri, 22 Jul 2016 23:24:52 +0200 Message-ID: <87mvl9pdqz.fsf@gnu.org> References: <1468682605-12622-1-git-send-email-tipecaml@gmail.com> <1468682605-12622-3-git-send-email-tipecaml@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]:56656) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQhwL-0006yF-DT for guix-devel@gnu.org; Fri, 22 Jul 2016 17:25:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQhwG-0004nw-Ed for guix-devel@gnu.org; Fri, 22 Jul 2016 17:25:00 -0400 In-Reply-To: <1468682605-12622-3-git-send-email-tipecaml@gmail.com> (Cyril Roelandt's message of "Sat, 16 Jul 2016 17:23:22 +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: > * guix/import/pypi.scm (compute-inputs): remove python-setuptools from the > inputs. > * tests/pypi.scm ("pypi->guix-package", "pypi->guix-package, wheels"): Up= date > accordingly. IIRC python-setuptools is needed for Python 2.x only, right? I keep forgetting what the deal is. Ludo=E2=80=99.