From: Michał Górny Date: Sat, 14 Mar 2020 16:28:17 +0000 (+0100) Subject: dev-python/pytest-timeout: Set DISTUTILS_USE_SETUPTOOLS X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=28ed1589aacd05c69debaa1cca13f7f46fcb302b;p=gentoo.git dev-python/pytest-timeout: Set DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/712520 Signed-off-by: Michał Górny --- diff --git a/dev-python/pytest-timeout/pytest-timeout-1.3.3.ebuild b/dev-python/pytest-timeout/pytest-timeout-1.3.3.ebuild index e65569e77682..15c0fe02c520 100644 --- a/dev-python/pytest-timeout/pytest-timeout-1.3.3.ebuild +++ b/dev-python/pytest-timeout/pytest-timeout-1.3.3.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 ) inherit distutils-r1