htgoebel pushed a commit to branch wip-python-build-system in repository guix.
commit ff1289565e01c8eebf563e387e189e5548f6caec Author: Hartmut Goebel <[email protected]> Date: Sun Oct 16 23:28:36 2016 +0200 zope.security: Correct inputs. --- gnu/packages/python.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 62956f8..a0ded8c 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -6581,10 +6581,12 @@ Zope3, which are are special objects that have a structural location.") (build-system python-build-system) (propagated-inputs `(("python-zope-i18nmessageid" ,python-zope-i18nmessageid) - ("python-zope-component" ,python-zope-component) - ("python-zope-location" ,python-zope-location) ("python-zope-proxy" ,python-zope-proxy) - ("python-zope-schema" ,python-zope-schema) + ("python-zope-schema" ,python-zope-schema))) + (native-inputs + `(("python-zope-component" ,python-zope-component) + ("python-zope-configuration" ,python-zope-configuration) + ("python-zope-location" ,python-zope-location) ("python-zope-testrunner" ,python-zope-testrunner) ("python-zope-testing" ,python-zope-testing))) (home-page "http://pypi.python.org/pypi/zope.security")
