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] = "8951a53662ae9cfd812685facdba693fc950ffc1c1fd1a8a2d3cf4c346
PYPI_PACKAGE = "json2html"
inherit pypi setuptools3
inherit pypi python_setuptools_build_meta
DEPENDS += " \
python3-setuptools-scm-native \
"