From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: Re: Python2-jsonschema fails Date: Mon, 18 Jan 2016 13:55:16 +0100 Message-ID: <569CE0B4.5010307@gmail.com> References: <20160118101556.GA4977@debian.eduroam.u-bordeaux.fr> 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]:41401) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aL9LC-0002Ru-Aq for guix-devel@gnu.org; Mon, 18 Jan 2016 07:55:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aL9L8-0008IP-Ah for guix-devel@gnu.org; Mon, 18 Jan 2016 07:55:26 -0500 Received: from mail-wm0-x230.google.com ([2a00:1450:400c:c09::230]:37815) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aL9L8-0008IJ-3L for guix-devel@gnu.org; Mon, 18 Jan 2016 07:55:22 -0500 Received: by mail-wm0-x230.google.com with SMTP id n5so62574486wmn.0 for ; Mon, 18 Jan 2016 04:55:21 -0800 (PST) Received: from [192.168.0.10] (tal33-3-82-233-82-24.fbx.proxad.net. [82.233.82.24]) by smtp.googlemail.com with ESMTPSA id df10sm23722192wjb.44.2016.01.18.04.55.19 for (version=TLSv1/SSLv3 cipher=OTHER); Mon, 18 Jan 2016 04:55:20 -0800 (PST) In-Reply-To: <20160118101556.GA4977@debian.eduroam.u-bordeaux.fr> 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: guix-devel@gnu.org On 01/18/2016 11:15 AM, Andreas Enge wrote: > The build log shows that it is trying to download packages from pypi, > namely functools32. Maybe there is an input to be added? Yes, but functools32 should only be added to the inputs of python2-jsonchema, since it is a backport of a Python 3 library. Cyril.