htgoebel pushed a commit to branch wip-python-build-system in repository guix.
commit 408bb87ea14281fb609b3723be61406cec6d98cf Author: Hartmut Goebel <h.goe...@crazy-compilers.com> Date: Fri Oct 7 21:45:52 2016 +0200 gnu: python-zope-schema: Add missing inputs. * gnu/packages.python.scm (python-zope-schema): Add python-coverage and python-nose to native-inputs. --- gnu/packages/python.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index aef7dfb..4685037 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -6385,7 +6385,9 @@ internationalized messages within program source text.") `(("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