dev-python/pyfiglet: fix DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/815796
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2021-10-02 15:22:09 +03:00
parent 1e2a493cac
commit 6d7f4abd00
2 changed files with 2 additions and 4 deletions

View File

@@ -3,8 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python{3_7,3_8,3_9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
DESCRIPTION="Pure-python FIGlet implementation"

View File

@@ -3,8 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python{3_7,3_8,3_9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
DESCRIPTION="Pure-python FIGlet implementation"