40/57: gnu: python-zope-testing: Remove needless input.

2016-10-15 Thread Hartmut Goebel
htgoebel pushed a commit to branch wip-python-build-system
in repository guix.

commit 0375d524bc4c7151684d4a192afa8dc687c235b9
Author: Hartmut Goebel 
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 771d4f2..2918945 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6331,6 +6331,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)))



40/57: gnu: python-zope-testing: Remove needless input.

2016-10-13 Thread Hartmut Goebel
htgoebel pushed a commit to branch wip-python-build-system
in repository guix.

commit 7115421220328b9cd0eeaaf46101f48bb52bafec
Author: Hartmut Goebel 
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 1e8196b..7052ce7 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6323,6 +6323,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)))