mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 02:39:17 +01:00
gnu: python-cov-core: Fix imports.
* gnu/packages/python.scm (python-cov-core) [inputs]: change to [propagated-inputs].
This commit is contained in:
parent
25b2c47d75
commit
f78e1c27ef
1 changed files with 1 additions and 1 deletions
|
@ -2105,7 +2105,7 @@ executed.")
|
||||||
(base32
|
(base32
|
||||||
"0k3np9ymh06yv1ib96sb6wfsxjkqhmik8qfsn119vnhga9ywc52a"))))
|
"0k3np9ymh06yv1ib96sb6wfsxjkqhmik8qfsn119vnhga9ywc52a"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(propagated-inputs
|
||||||
`(("python-coverage" ,python-coverage)))
|
`(("python-coverage" ,python-coverage)))
|
||||||
(home-page "https://github.com/schlamar/cov-core")
|
(home-page "https://github.com/schlamar/cov-core")
|
||||||
(synopsis "plugin core for use by pytest-cov, nose-cov and nose2-cov")
|
(synopsis "plugin core for use by pytest-cov, nose-cov and nose2-cov")
|
||||||
|
|
Loading…
Add table
Reference in a new issue