From 113b5cb6abe10fb752a0cccad40a6a5154556820 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 18 Nov 2017 13:30:11 -0200 Subject: [PATCH] python-coverage: add missing dependency on python-setuptools. Closes #9310. --- srcpkgs/python-coverage/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-coverage/template b/srcpkgs/python-coverage/template index f466ba47da5..24920a3a7c0 100644 --- a/srcpkgs/python-coverage/template +++ b/srcpkgs/python-coverage/template @@ -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 " 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*