From: Michał Górny Date: Mon, 16 Dec 2019 09:57:00 +0000 (+0100) Subject: dev-python/pygments: Migrate to DISTUTILS_USE_SETUPTOOLS X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=69176a230bc29314de0aa8b4b2d4ee47d381397e;p=gentoo.git dev-python/pygments: Migrate to DISTUTILS_USE_SETUPTOOLS Signed-off-by: Michał Górny --- diff --git a/dev-python/pygments/pygments-2.4.2.ebuild b/dev-python/pygments/pygments-2.4.2.ebuild index 41541677e930..27f768acdbc7 100644 --- a/dev-python/pygments/pygments-2.4.2.ebuild +++ b/dev-python/pygments/pygments-2.4.2.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 ) inherit distutils-r1 bash-completion-r1 @@ -21,8 +22,7 @@ KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s IUSE="test" RESTRICT="!test? ( test )" -RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} +DEPEND=" test? ( dev-python/nose[${PYTHON_USEDEP}] virtual/ttf-fonts