dev-python/tox: Set DISTUTILS_USE_SETUPTOOLS
authorMichał Górny <mgorny@gentoo.org>
Sat, 1 Feb 2020 08:48:34 +0000 (09:48 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 1 Feb 2020 08:56:00 +0000 (09:56 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/tox/tox-3.14.3.ebuild

index e9ee49b58a2432ce4f6307a8d8e8ab90d56ed0ee..e16af1d4b10f815c8b0117dc57613e3cf9768a12 100644 (file)
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+DISTUTILS_USE_SETUPTOOLS=rdepend
 PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
 
 inherit distutils-r1
@@ -28,7 +29,6 @@ RDEPEND="
        <dev-python/pluggy-1.0[${PYTHON_USEDEP}]
        dev-python/pip[${PYTHON_USEDEP}]
        dev-python/py[${PYTHON_USEDEP}]
-       dev-python/setuptools[${PYTHON_USEDEP}]
        dev-python/six[${PYTHON_USEDEP}]
        dev-python/toml[${PYTHON_USEDEP}]
        >=dev-python/virtualenv-16.0.0[${PYTHON_USEDEP}]"