guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 04/10] gnu: remove test-only depencies of python-pbr


From: Cyril Roelandt
Subject: [PATCH 04/10] gnu: remove test-only depencies of python-pbr
Date: Fri, 29 Apr 2016 16:20:57 +0200

* 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]