guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/43: gnu: python-cov-core: Fix imports.


From: Hartmut Goebel
Subject: 01/43: gnu: python-cov-core: Fix imports.
Date: Tue, 18 Oct 2016 11:20:02 +0000 (UTC)

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

commit 3893691dd4875cde5f176ed7f40ee381a38ef644
Author: Hartmut Goebel <address@hidden>
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 b257d89..419a69a 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2043,7 +2043,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

[Prev in Thread] Current Thread [Next in Thread]