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

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

    zope.interface: Correct 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 9bbe466..39256ae 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6327,7 +6327,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