diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-10-16 22:39:22 +0200 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-11-15 22:31:44 +0100 |
commit | 38d480a8a66f99443d76e30428406fb149d9a7b5 (patch) | |
tree | 0f832107ac2d5f4d652c2437cf8fe0bf2ca7c291 | |
parent | 2887700e4d6e9d43df97d9b11d9aba935951a3e8 (diff) | |
download | guix-38d480a8a66f99443d76e30428406fb149d9a7b5.tar guix-38d480a8a66f99443d76e30428406fb149d9a7b5.tar.gz |
gnu: python-zope-interface: Correct inputs.
* gnu/packages/python.scm(python-zope-interface)[propagated-inputs] change to
[native-inputs].
-rw-r--r-- | gnu/packages/python.scm | 2 |
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\" |