switch to PEP-517 build backend

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2024-08-10 12:42:05 -04:00
parent 97789e4fad
commit 783c08cb22
7 changed files with 42 additions and 16 deletions

View File

@@ -6,4 +6,8 @@ SRC_URI[sha256sum] = "81d5b8baba60c255b519ccd31a691f9bc064223ff196709d41119bde81
PYPI_PACKAGE = "yamlpath"
inherit pypi setuptools3
inherit pypi python_setuptools_build_meta
DEPENDS += " \
python3-setuptools-scm-native \
"