commit: 9c376fec94aa1b2bf04cad4dd4532e3645f9d706
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 05:56:12 2017 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 05:56:12 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c376fec
dev-python/BitVector: depend on setuptools
Package-Manager: Portage-2.3.18, Repoman-2.3.6
dev-python/BitVector/BitVector-3.4.7.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/BitVector/BitVector-3.4.7.ebuild
b/dev-python/BitVector/BitVector-3.4.7.ebuild
index 3bb30f533b9..015fc4ec811 100644
--- a/dev-python/BitVector/BitVector-3.4.7.ebuild
+++ b/dev-python/BitVector/BitVector-3.4.7.ebuild
@@ -15,6 +15,7 @@ RDEPEND=""
LICENSE="PSF-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
python_test() {
"${PYTHON}" TestBitVector/Test.py || die "Tests fail with ${EPYTHON}"