dev-python/entrypoints: Add setuptools as dependency

Closes: https://bugs.gentoo.org/678944
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Marius Brehler <marius.brehler+gentoo@googlemail.com>
Closes: https://github.com/gentoo/gentoo/pull/12369
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Marius Brehler
2019-10-21 10:36:59 +02:00
committed by Andreas Sturmlechner
parent c6f79e3427
commit 5e2a96b7be

View File

@@ -17,6 +17,7 @@ KEYWORDS="amd64 ~arm ~arm64 x86"
IUSE="doc test"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
$(python_gen_cond_dep '>=dev-python/configparser-3.5.0[${PYTHON_USEDEP}]' 'python2*')
test? (
dev-python/pytest[${PYTHON_USEDEP}]