From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH 04/10] gnu: Add python-keystoneclient. Date: Mon, 4 Jan 2016 17:33:02 +0100 Message-ID: References: <1449153811-32039-1-git-send-email-efraim@flashner.co.il> <1449153811-32039-5-git-send-email-efraim@flashner.co.il> <20151207212658.06ad1a0c@debian-netbook> <20151227121352.61cb557c@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]:43288) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aG84Q-0003TM-AW for guix-devel@gnu.org; Mon, 04 Jan 2016 11:33:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aG84M-0001dQ-71 for guix-devel@gnu.org; Mon, 04 Jan 2016 11:33:22 -0500 Received: from sinope.bbbm.mdc-berlin.de ([141.80.25.23]:54897) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aG84M-0001dL-0x for guix-devel@gnu.org; Mon, 04 Jan 2016 11:33:18 -0500 In-Reply-To: <20151227121352.61cb557c@debian-netbook> 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 writes: >> > + (build-system python-build-system) >> > + (native-inputs >> > + `(("python-setuptools" ,python-setuptools) >> > + ;; and some packages for the tests >> > + ("openssl" ,openssl) >> > + ("python-coverage" ,python-coverage) >> > + ("python-discover" ,python-discover) >> > + ("python-fixtures" ,python-fixtures) >> > + ("python-hacking" ,python-hacking) >> > + ("python-keyring" ,python-keyring) >> > + ("python-lxml" ,python-lxml) >> > + ("python-mock" ,python-mock) >> > + ("python-mox3" ,python-mox3) >> > + ("python-oauthlib" ,python-oauthlib) >> > + ("python-oslosphinx" ,python-oslosphinx) >> > + ("python-oslotest" ,python-oslotest) >> > + ("python-pycrypto" ,python-pycrypto) >> > + ("python-requests-mock" ,python-requests-mock) >> > + ("python-sphinx" ,python-sphinx) =20 >>=20 >> This doesn=E2=80=99t look like it=E2=80=99s needed for the tests. May= be you could move >> it above the comment (or remove the comment)? > > Do you mean python-sphinx or all of the above? (Just read the next one = about > python-sphinx being for documentation, moved that one.) Openssl isn't a > declared test dependency, but testing failed without it. I just meant =E2=80=9Cpython-sphinx=E2=80=9D. ~~ Ricardo