mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python-zope-schema: Build with python-zope-exceptions.
* gnu/packages/python.scm (python-zope-schema, python2-zope-schema)[propagated-inputs]: Add python-zope-schema.
This commit is contained in:
parent
a792e1aa8d
commit
2b9e4bead9
1 changed files with 1 additions and 0 deletions
|
@ -7330,6 +7330,7 @@ (define-public python-zope-schema
|
|||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
`(("python-zope-event" ,python-zope-event)
|
||||
("python-zope-exceptions", python-zope-exceptions)
|
||||
("python-zope-interface" ,python-zope-interface)))
|
||||
(native-inputs
|
||||
`(("python-zope-testing" ,python-zope-testing)
|
||||
|
|
Loading…
Reference in a new issue