diff options
author | Leo Famulari <leo@famulari.name> | 2016-12-13 20:45:50 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-12-13 20:54:29 -0500 |
commit | 2b9e4bead983167aeca375a26d5ddf6a6a5877eb (patch) | |
tree | 0089de007df0943768208dd5d290ded054f9ee8c | |
parent | a792e1aa8dd6818f6fce942aa0efa9dc1076a99c (diff) | |
download | guix-2b9e4bead983167aeca375a26d5ddf6a6a5877eb.tar.gz |
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.
-rw-r--r-- | gnu/packages/python.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 31f0651d72..2f3d2b36ac 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -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) |