diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-10-07 21:47:02 +0200 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-11-15 22:31:20 +0100 |
commit | e408ffc302f4381bcb198fbd83e210a4a1ce5dbc (patch) | |
tree | d4e3c49d96b58b593f58ae9513d8eb85dc984520 | |
parent | 47f77210fcd2a4da49348419515d77471adfee0a (diff) | |
download | guix-e408ffc302f4381bcb198fbd83e210a4a1ce5dbc.tar guix-e408ffc302f4381bcb198fbd83e210a4a1ce5dbc.tar.gz |
gnu: python-zope-testing: Remove needless input.
* gnu/packages.python.scm (python-zope-testing): Remove
python-zope-interface from native-imports.
-rw-r--r-- | gnu/packages/python.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 7f14abe091..c090ed5730 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -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))) |