summary refs log tree commit diff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2016-10-16 23:14:30 +0200
committerHartmut Goebel <h.goebel@crazy-compilers.com>2016-11-15 22:31:45 +0100
commitd27f176a7231b63b721f8ac49cdb431fdf095221 (patch)
tree53a9f451a9c9fcb95c32d06adc67876e95cb97fd /gnu/packages/python.scm
parent38d480a8a66f99443d76e30428406fb149d9a7b5 (diff)
downloadguix-d27f176a7231b63b721f8ac49cdb431fdf095221.tar.gz
gnu: python-zope-location: Correct inputs.
* gnu/packages/python.scm(python-zope-location)[native-inputs] change to
  [propagated-inputs].
Diffstat (limited to 'gnu/packages/python.scm')
-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 f5deb44188..ced74808da 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -7261,7 +7261,7 @@ brokering, etc.) for which the proxy is responsible.")
         (base32
          "1nj9da4ksiyv3h8n2vpzwd0pb03mdsh7zy87hfpx72b6p2zcwg74"))))
     (build-system python-build-system)
-    (native-inputs
+    (propagated-inputs
      `(("python-zope-proxy" ,python-zope-proxy)
        ("python-zope-schema" ,python-zope-schema)))
     (home-page "http://pypi.python.org/pypi/zope.location/")