mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
python-coverage: add missing dependency on python-setuptools.
Closes #9310.
This commit is contained in:
parent
118979dc10
commit
113b5cb6ab
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ wrksrc="${pkgname/python-//}-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="coverage"
|
pycompile_module="coverage"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
depends="python-setuptools"
|
||||||
short_desc="Code coverage testing for Python2"
|
short_desc="Code coverage testing for Python2"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
|
@ -21,7 +21,7 @@ python3-coverage_package() {
|
||||||
pycompile_module="coverage"
|
pycompile_module="coverage"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
alternatives="python-coverage:coverage:/usr/bin/coverage3"
|
alternatives="python-coverage:coverage:/usr/bin/coverage3"
|
||||||
depends="python3"
|
depends="python3-setuptools"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/bin/*3*"
|
vmove "usr/bin/*3*"
|
||||||
vmove /usr/lib/python3*
|
vmove /usr/lib/python3*
|
||||||
|
|
Loading…
Add table
Reference in a new issue