diff --git a/dev-python/BitVector/BitVector-3.4.7.ebuild b/dev-python/BitVector/BitVector-3.4.7.ebuild index 3bb30f533b9e7..015fc4ec811da 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}"