dev-python/tappy: fix DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/812014
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2021-10-29 20:34:57 +03:00
parent fb9f4701f0
commit 838cd9cdce

View File

@@ -3,8 +3,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{7..10} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
MY_PN=tap.py