From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 12/12] gnu: Add python-tempest-lib. Date: Fri, 16 Oct 2015 14:42:55 +0200 Message-ID: <87wpunm1bk.fsf@gnu.org> References: <1444686068-7668-1-git-send-email-tipecaml@gmail.com> <1444686068-7668-13-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]:52646) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zn4Le-0007wo-8q for guix-devel@gnu.org; Fri, 16 Oct 2015 08:43:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zn4La-0006yI-Cn for guix-devel@gnu.org; Fri, 16 Oct 2015 08:43:02 -0400 In-Reply-To: <1444686068-7668-13-git-send-email-tipecaml@gmail.com> (Cyril Roelandt's message of "Mon, 12 Oct 2015 23:41: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: Cyril Roelandt Cc: guix-devel@gnu.org Cyril Roelandt skribis: > * gnu/packages/openstack.scm (python-tempest-lib, > python2-tempest-lib): New variables. [...] > + (inputs > + `(("python-babel" ,python-babel) > + ("python-fixtures" ,python-fixtures) > + ("python-httplib2" ,python-httplib2) > + ("python-iso8601" ,python-iso8601) > + ("python-jsonschema" ,python-jsonschema) > + ("python-mock" ,python-mock) > + ("python-mox3" ,python-mox3) > + ("python-os-testr" ,python-os-testr) > + ("python-oslo.log" ,python-oslo.log) > + ("python-oslotest" ,python-oslotest) > + ("python-paramiko" ,python-paramiko) > + ("python-pbr" ,python-pbr) > + ("python-setuptools" ,python-setuptools) > + ("python-six" ,python-six))) Shouldn=E2=80=99t most of these be propagated? > + (synopsis "OpenStack Functional Testing Library") Lowercase. > + (description > + "OpenStack Functional Testing Library") Please expound a bit. Ludo=E2=80=99.