guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

41/103: gnu: python-zope-testing: Remove needless input.


From: Hartmut Goebel
Subject: 41/103: gnu: python-zope-testing: Remove needless input.
Date: Tue, 25 Oct 2016 17:44:41 +0000 (UTC)

htgoebel pushed a commit to branch wip-python-build-system
in repository guix.

commit b2368df6599be2eea8add2daeb8fbaf40dc2b551
Author: Hartmut Goebel <address@hidden>
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 4685037..51de4c8 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6324,6 +6324,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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]