mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: python-zope-schema: Add missing inputs.
* gnu/packages.python.scm (python-zope-schema): Add python-coverage and python-nose to native-inputs.
This commit is contained in:
parent
05c2fd3685
commit
47f77210fc
1 changed files with 3 additions and 1 deletions
|
@ -7098,7 +7098,9 @@ (define-public python-zope-schema
|
|||
`(("python-zope-event" ,python-zope-event)
|
||||
("python-zope-interface" ,python-zope-interface)))
|
||||
(native-inputs
|
||||
`(("python-zope-testing" ,python-zope-testing)))
|
||||
`(("python-zope-testing" ,python-zope-testing)
|
||||
("python-coverage" ,python-coverage)
|
||||
("python-nose" ,python-nose)))
|
||||
(home-page "http://pypi.python.org/pypi/zope.schema")
|
||||
(synopsis "Zope data schemas")
|
||||
(description "Zope.scheme provides extensions to zope.interface for
|
||||
|
|
Loading…
Reference in a new issue