htgoebel pushed a commit to branch wip-python-build-system
in repository guix.

commit da5d021c1a0d126361004f704c7cff2210828368
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 2c58fce..da67c2a 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2044,7 +2044,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")

Reply via email to