From: Michał Górny Date: Fri, 27 Mar 2020 21:20:16 +0000 (+0100) Subject: dev-python/mccabe: Set DISTUTILS_USE_SETUPTOOLS X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2fb5e69b4fed859116410bfb4298c098563e7271;p=gentoo.git dev-python/mccabe: Set DISTUTILS_USE_SETUPTOOLS Signed-off-by: Michał Górny --- diff --git a/dev-python/mccabe/mccabe-0.6.1-r1.ebuild b/dev-python/mccabe/mccabe-0.6.1-r1.ebuild index ee6252bf6db0..4bb033088e7b 100644 --- a/dev-python/mccabe/mccabe-0.6.1-r1.ebuild +++ b/dev-python/mccabe/mccabe-0.6.1-r1.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) inherit distutils-r1 @@ -16,7 +17,6 @@ LICENSE="MIT" SLOT="0" RDEPEND="dev-python/flake8[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" distutils_enable_tests pytest