dev-python/pytest-timeout: Set DISTUTILS_USE_SETUPTOOLS
authorMichał Górny <mgorny@gentoo.org>
Sat, 14 Mar 2020 16:28:17 +0000 (17:28 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 14 Mar 2020 16:32:53 +0000 (17:32 +0100)
Closes: https://bugs.gentoo.org/712520
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pytest-timeout/pytest-timeout-1.3.3.ebuild

index e65569e77682d641da9295232d292fe1cb57b265..15c0fe02c5207be0b8dc526e66b9c2fbe085e80a 100644 (file)
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+DISTUTILS_USE_SETUPTOOLS=rdepend
 PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
 
 inherit distutils-r1