~ruther/guix-local

2b9e4bead983167aeca375a26d5ddf6a6a5877eb — Leo Famulari 9 years ago a792e1a
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.
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +1 -0
@@ 7330,6 7330,7 @@ internationalized messages within program source text.")
    (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)