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

commit 986262e7b389ca95c38f2a9c78636e96fafe7189
Author: Hartmut Goebel <h.goe...@crazy-compilers.com>
Date:   Sun Oct 16 22:39:22 2016 +0200

    gnu: python-zope-interface: Correct inputs.
    
    * gnu/packages/python.scm(python-zope-interface)[propagated-inputs] change 
to
      [native-inputs].
---
 gnu/packages/python.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index cf17807..17607f4 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6321,7 +6321,7 @@ dispatching systems can be built.")
         (base32
          "0ks8h73b2g4bkad821qbv0wzjppdrwys33i7ka45ik3wxjg1l8if"))))
     (build-system python-build-system)
-    (propagated-inputs
+    (native-inputs
      `(("python-zope-event" ,python-zope-event)))
     (home-page "https://github.com/zopefoundation/zope.interface";)
     (synopsis "Python implementation of the \"design by contract\"

Reply via email to