gnu: python-zope-location: Correct inputs.

* gnu/packages/python.scm(python-zope-location)[native-inputs] change to
  [propagated-inputs].
This commit is contained in:
Hartmut Goebel 2016-10-16 23:14:30 +02:00
parent 38d480a8a6
commit d27f176a72
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 1 additions and 1 deletions

View File

@ -7261,7 +7261,7 @@ brokering, etc.) for which the proxy is responsible.")
(base32 (base32
"1nj9da4ksiyv3h8n2vpzwd0pb03mdsh7zy87hfpx72b6p2zcwg74")))) "1nj9da4ksiyv3h8n2vpzwd0pb03mdsh7zy87hfpx72b6p2zcwg74"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (propagated-inputs
`(("python-zope-proxy" ,python-zope-proxy) `(("python-zope-proxy" ,python-zope-proxy)
("python-zope-schema" ,python-zope-schema))) ("python-zope-schema" ,python-zope-schema)))
(home-page "http://pypi.python.org/pypi/zope.location/") (home-page "http://pypi.python.org/pypi/zope.location/")