git-revise: Set DISTUTILS_USE_PEP517

Signed-off-by: Stefan Knoblich <stkn@bitplumber.de>
This commit is contained in:
2025-06-20 18:47:22 +02:00
parent 324e89dd16
commit 33a1b8b65c
2 changed files with 3 additions and 2 deletions

View File

@@ -2,8 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_10 python3_11 python3_12 )
PYTHON_COMPAT=( python3_10 python3_11 python3_12 python3_13 )
DISTUTILS_USE_SETUPTOOLS=rdepend
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1