From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Fix asciinema build. Date: Thu, 08 Dec 2016 10:25:05 +0100 Message-ID: <87h96eojri.fsf@gnu.org> References: <8faa60bb994a88f417a460c66c4c02b8@openmailbox.org> 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]:55892) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cEuwy-0004WS-Tk for guix-devel@gnu.org; Thu, 08 Dec 2016 04:25:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cEuwu-0003s9-UH for guix-devel@gnu.org; Thu, 08 Dec 2016 04:25:12 -0500 In-Reply-To: <8faa60bb994a88f417a460c66c4c02b8@openmailbox.org> (=?utf-8?Q?=22Jos=C3=A9?= Miguel =?utf-8?Q?S=C3=A1nchez_Garc=C3=ADa=22's?= message of "Wed, 07 Dec 2016 19:08:38 +0100") 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: =?utf-8?Q?Jos=C3=A9?= Miguel =?utf-8?Q?S=C3=A1nchez_Garc=C3=ADa?= Cc: guix-devel@gnu.org Hello! Jos=C3=A9 Miguel S=C3=A1nchez Garc=C3=ADa skribis: > Tiny fix: add python-requests to the inputs field. > > --=20 > Jos=C3=A9 Miguel S=C3=A1nchez Garc=C3=ADa > > From cdad51eefcfe5c193fc7efb37cb271195feab310 Mon Sep 17 00:00:00 2001 > From: =3D?UTF-8?q?Jos=3DC3=3DA9=3D20Miguel=3D20S=3DC3=3DA1nchez=3D20Garc= =3DC3=3DADa?=3D > > Date: Wed, 7 Dec 2016 19:04:23 +0100 > Subject: [PATCH] gnu: Fix asciinema build. > > * gnu/packages/terminals.scm (asciinema)[inputs]: Add python-requests. It currently builds fine: https://hydra.gnu.org/job/gnu/master/asciinema-1.3.0.x86_64-linux A quick test suggests that it works fine too. Could you explain why python-requests would be needed? Thanks! Ludo=E2=80=99.