* 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