dev-python/BitVector: depend on setuptools

Package-Manager: Portage-2.3.18, Repoman-2.3.6
This commit is contained in:
Andrey Grozin
2017-12-16 12:56:12 +07:00
parent 2f44bde090
commit 9c376fec94

View File

@@ -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}"