dev-python/mccabe: Set DISTUTILS_USE_SETUPTOOLS
authorMichał Górny <mgorny@gentoo.org>
Fri, 27 Mar 2020 21:20:16 +0000 (22:20 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 27 Mar 2020 21:20:16 +0000 (22:20 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/mccabe/mccabe-0.6.1-r1.ebuild

index ee6252bf6db03aaa6a23d7f649fc208fe7d39ae0..4bb033088e7be2fcfcb47b1c720698e71ae6c82e 100644 (file)
@@ -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