htgoebel pushed a commit to branch wip-python-build-system in repository guix.
commit 1cb733c2e436645b1f706efe5b4b6d8722099f76 Author: Hartmut Goebel <[email protected]> Date: Thu Oct 6 16:59:36 2016 +0200 gnu: python-testscenarios: remove needless input "mimetools". This does not occur in the source. * gnu/packages/python.scm (python-testscenarios, python2-testscenarios) [propagated-inputs]: Remove python-mimeparse. --- gnu/packages/python.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index fdd6e4f..bbdf117 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -1811,8 +1811,7 @@ compatibility.") "1671jvrvqlmbnc42j7pc5y6vc37q44aiwrq0zic652pxyy2fxvjg")))) (build-system python-build-system) (propagated-inputs - `(("python-testtools" ,python-testtools) - ("python-mimeparse" ,python-mimeparse))) + `(("python-testtools" ,python-testtools))) (home-page "https://launchpad.net/testscenarios") (synopsis "Pyunit extension for dependency injection") (description
