From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 06/10] gnu: Add python-swiftclient. Date: Mon, 04 Jan 2016 17:03:25 +0100 Message-ID: <87ziwl8h82.fsf@gnu.org> References: <1449153811-32039-1-git-send-email-efraim@flashner.co.il> <1449153811-32039-7-git-send-email-efraim@flashner.co.il> <20151207212732.31b2d51e@debian-netbook> <20151227121408.5072e596@debian-netbook> 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]:34061) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aG7bY-00016s-3y for guix-devel@gnu.org; Mon, 04 Jan 2016 11:03:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aG7bU-0002f5-5a for guix-devel@gnu.org; Mon, 04 Jan 2016 11:03:32 -0500 In-Reply-To: <20151227121408.5072e596@debian-netbook> (Efraim Flashner's message of "Sun, 27 Dec 2015 12:14:08 +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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Efraim Flashner Cc: guix-devel@gnu.org Efraim Flashner skribis: > From 362fad2c72336a3becc92bb6583ec46add9432af Mon Sep 17 00:00:00 2001 > From: Efraim Flashner > Date: Mon, 23 Nov 2015 20:27:37 +0200 > Subject: [PATCH 3/9] gnu: Add python-swiftclient. > > * gnu/packages/openstack.scm (python-swiftclient, python2-swiftclient): > New variables. [...] > + (native-inputs > + `(("python-pbr", python-pbr) > + ("python-setuptools" ,python-setuptools) > + ("python-sphinx" ,python-sphinx) > + ;; some packages are needed for the tests The comment should rather be: ;; The following packages are needed for the tests. OK with this change, thanks. Ludo=E2=80=99.