commit:     b3f58e864cecb047eec727d2ba7ecb3f857e2e95
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  1 08:48:34 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb  1 08:56:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3f58e86

dev-python/tox: Set DISTUTILS_USE_SETUPTOOLS

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/tox/tox-3.14.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tox/tox-3.14.3.ebuild b/dev-python/tox/tox-3.14.3.ebuild
index e9ee49b58a2..e16af1d4b10 100644
--- a/dev-python/tox/tox-3.14.3.ebuild
+++ b/dev-python/tox/tox-3.14.3.ebuild
@@ -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}]"

Reply via email to