dev-python/entrypoints: Add setuptools as dependency
authorMarius Brehler <marius.brehler+gentoo@googlemail.com>
Mon, 21 Oct 2019 08:36:59 +0000 (10:36 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 20 Nov 2019 23:39:36 +0000 (00:39 +0100)
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>
dev-python/entrypoints/entrypoints-0.2.3.ebuild

index 733fe1027b9c2a5a57f650a9963c159f62b89e6d..4f68d1e94468d5574adb800cb702f820bae03456 100644 (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}]