app-text/rnc2rng: Switch to DISTUTILS_USE_PEP517

Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
Ulrich Müller
2023-02-25 18:21:53 +01:00
parent 0f1f3edad0
commit 3de7b478ed

View File

@@ -4,6 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{9,10,11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="RELAX NG Compact to regular syntax conversion library"