gnu: python-zope-testing: Remove needless input.
* gnu/packages.python.scm (python-zope-testing): Remove python-zope-interface from native-imports.
This commit is contained in:
parent
47f77210fc
commit
e408ffc302
|
@ -7037,6 +7037,7 @@ forms, HTTP servers, regular expressions, and more.")
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-six" ,python-six)
|
`(("python-six" ,python-six)
|
||||||
|
;("python-zope-interface" ,python-zope-interface)
|
||||||
("python-zope-exceptions" ,python-zope-exceptions)
|
("python-zope-exceptions" ,python-zope-exceptions)
|
||||||
("python-zope-testing" ,python-zope-testing)
|
("python-zope-testing" ,python-zope-testing)
|
||||||
("unzip" ,unzip)))
|
("unzip" ,unzip)))
|
||||||
|
|
Loading…
Reference in New Issue