python-coverage: add missing dependency on python-setuptools.

Closes #9310.
This commit is contained in:
maxice8 2017-11-18 13:30:11 -02:00 committed by Enno Boland
parent 118979dc10
commit 113b5cb6ab

View file

@ -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*