From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: [PATCH 04/10] gnu: remove test-only depencies of python-pbr Date: Fri, 29 Apr 2016 16:20:57 +0200 Message-ID: <1461939663-5936-5-git-send-email-tipecaml@gmail.com> References: <1461939663-5936-1-git-send-email-tipecaml@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57642) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aw9Ig-00073b-Hv for guix-devel@gnu.org; Fri, 29 Apr 2016 10:21:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aw9IU-0001M9-Q0 for guix-devel@gnu.org; Fri, 29 Apr 2016 10:21:41 -0400 Received: from mail-wm0-x241.google.com ([2a00:1450:400c:c09::241]:34284) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aw9IT-0001Gh-Gt for guix-devel@gnu.org; Fri, 29 Apr 2016 10:21:34 -0400 Received: by mail-wm0-x241.google.com with SMTP id n129so5454696wmn.1 for ; Fri, 29 Apr 2016 07:21:19 -0700 (PDT) In-Reply-To: <1461939663-5936-1-git-send-email-tipecaml@gmail.com> 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: guix-devel@gnu.org * gnu/packages/python.scm (python-pbr): remove test-only dependencies since we are not running the tests anyway. --- gnu/packages/python.scm | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 11ad08d..1a7809e 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -1896,17 +1896,10 @@ and sensible default behaviors into your setuptools run.") `(("python-testrepository" ,python-testrepository) ("git" ,git))) ;; pbr actually uses the "git" binary. (inputs - `(("python-fixtures" ,python-fixtures) - ("python-mimeparse" ,python-mimeparse) - ("python-mock" ,python-mock) + `(("python-mimeparse" ,python-mimeparse) ("python-setuptools" ,python-setuptools) ("python-six" ,python-six) - ("python-sphinx" ,python-sphinx) - ("python-testrepository" ,python-testrepository) - ("python-testresources" ,python-testresources) - ("python-testscenarios" ,python-testscenarios) - ("python-testtools" ,python-testtools) - ("python-virtualenv" ,python-virtualenv))) + ("python-sphinx" ,python-sphinx))) (home-page "https://launchpad.net/pbr") (synopsis "Change the default behavior of Python’s setuptools") (description -- 2.6.2