gnu: python-zope-testing: Remove needless input.

* gnu/packages.python.scm (python-zope-testing): Remove
  python-zope-interface from native-imports.
master
Hartmut Goebel 2016-10-07 21:47:02 +02:00
parent 47f77210fc
commit e408ffc302
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 1 additions and 0 deletions

View 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)))