gnu: python-zope-testing: Remove needless input.
authorHartmut Goebel <h.goebel@crazy-compilers.com>
Fri, 7 Oct 2016 19:47:02 +0000 (21:47 +0200)
committerHartmut Goebel <h.goebel@crazy-compilers.com>
Tue, 15 Nov 2016 21:31:20 +0000 (22:31 +0100)
* gnu/packages.python.scm (python-zope-testing): Remove
  python-zope-interface from native-imports.

gnu/packages/python.scm

index 7f14abe..c090ed5 100644 (file)
@@ -7037,6 +7037,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)))