dev-python/rstr: build with pyproject

Closes: https://bugs.gentoo.org/816768
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-10-07 11:59:58 +02:00
parent 35875aff79
commit b090fff1a8

View File

@@ -3,6 +3,7 @@
EAPI=8
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1