summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2016-10-16 22:39:22 +0200
committerHartmut Goebel <h.goebel@crazy-compilers.com>2016-11-15 22:31:44 +0100
commit38d480a8a66f99443d76e30428406fb149d9a7b5 (patch)
tree0f832107ac2d5f4d652c2437cf8fe0bf2ca7c291 /gnu/packages
parent2887700e4d6e9d43df97d9b11d9aba935951a3e8 (diff)
downloadguix-patches-38d480a8a66f99443d76e30428406fb149d9a7b5.tar
guix-patches-38d480a8a66f99443d76e30428406fb149d9a7b5.tar.gz
gnu: python-zope-interface: Correct inputs.
* gnu/packages/python.scm(python-zope-interface)[propagated-inputs] change to [native-inputs].
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 62c5ecae6e..f5deb44188 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -7034,7 +7034,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\"