htgoebel pushed a commit to branch wip-python-build-system in repository guix.
commit cee68f3c56b82f281d8098164eb79a96d806be7e Author: Hartmut Goebel <h.goe...@crazy-compilers.com> Date: Sun Oct 16 18:56:15 2016 +0200 gnu: python-cov-core: Fix imports. * gnu/packages/python.scm (python-cov-core) [inputs]: change to [propagated-inputs]. --- gnu/packages/python.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 2efa33a..bf6018b 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -2032,7 +2032,7 @@ executed.") (base32 "0k3np9ymh06yv1ib96sb6wfsxjkqhmik8qfsn119vnhga9ywc52a")))) (build-system python-build-system) - (native-inputs + (propagated-inputs `(("python-coverage" ,python-coverage))) (home-page "https://github.com/schlamar/cov-core") (synopsis "plugin core for use by pytest-cov, nose-cov and nose2-cov")