commit: 28ed1589aacd05c69debaa1cca13f7f46fcb302b Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Mar 14 16:28:17 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Mar 14 16:32:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28ed1589
dev-python/pytest-timeout: Set DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/712520 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/pytest-timeout/pytest-timeout-1.3.3.ebuild | 1 + 1 file changed, 1 insertion(+) 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 e65569e7768..15c0fe02c52 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