htgoebel pushed a commit to branch wip-python-build-system in repository guix.
commit a5b6a3e5c0fca46688c42dccc0ff23145a503227 Author: Hartmut Goebel <[email protected]> Date: Fri Oct 7 21:47:02 2016 +0200 gnu: python-zope-testing: Remove needless input. * gnu/packages.python.scm (python-zope-testing): Remove python-zope-interface from native-imports. --- gnu/packages/python.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 79866e5..5180673 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -6324,6 +6324,7 @@ forms, HTTP servers, regular expressions, and more.") (build-system python-build-system) (native-inputs `(("python-six" ,python-six) + ;("python-zope-interface" ,python-zope-interface) ("python-zope-exceptions" ,python-zope-exceptions) ("python-zope-testing" ,python-zope-testing) ("unzip" ,unzip)))
