dev-python/pytest-timeout: Set DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/712520
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-03-14 17:28:17 +01:00
parent 727675d550
commit 28ed1589aa

View File

@@ -3,6 +3,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
inherit distutils-r1