diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-10-16 18:56:15 +0200 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-11-15 22:31:33 +0100 |
commit | f78e1c27ef8b3ea82c38c689f6b2b819c47aa6e6 (patch) | |
tree | efa4e49064182212b5eeaf8a5e12a11927d4cc51 | |
parent | 25b2c47d753efd0761a4e16519dce38d828789f5 (diff) | |
download | guix-f78e1c27ef8b3ea82c38c689f6b2b819c47aa6e6.tar guix-f78e1c27ef8b3ea82c38c689f6b2b819c47aa6e6.tar.gz |
gnu: python-cov-core: Fix imports.
* gnu/packages/python.scm (python-cov-core) [inputs]: change
to [propagated-inputs].
-rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index d50a4bdf4e..a14c15776f 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -2105,7 +2105,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") |