htgoebel pushed a commit to branch wip-python-build-system in repository guix.
commit b6f93eb2ae79f2dc9297b80b08917c967ff36207 Author: Hartmut Goebel <[email protected]> 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 d331b51..79866e5 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
