python-coverage: add missing dependency on python-setuptools.
Closes #9310.
This commit is contained in:
@@ -6,7 +6,7 @@ wrksrc="${pkgname/python-//}-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="coverage"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
depends="python-setuptools"
|
||||
short_desc="Code coverage testing for Python2"
|
||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
license="Apache-2.0"
|
||||
@@ -21,7 +21,7 @@ python3-coverage_package() {
|
||||
pycompile_module="coverage"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
alternatives="python-coverage:coverage:/usr/bin/coverage3"
|
||||
depends="python3"
|
||||
depends="python3-setuptools"
|
||||
pkg_install() {
|
||||
vmove "usr/bin/*3*"
|
||||
vmove /usr/lib/python3*
|
||||
|
||||
Reference in New Issue
Block a user