mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python-zope-security: Correct inputs.
* gnu/packages/python.scm(python-zope-security)[native-inputs] New element, move python-zope-component, python-zope-configuration, python-zope-location, python-zope-testrunner, python-zope-testing here.
This commit is contained in:
parent
861f70c9da
commit
fd8e23b7b3
1 changed files with 5 additions and 3 deletions
|
@ -7288,10 +7288,12 @@ (define-public python-zope-security
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue