From 783c08cb223ff9706d4307933fd86ca2765522d6 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sat, 10 Aug 2024 12:42:05 -0400 Subject: switch to PEP-517 build backend Signed-off-by: Armin Kuster --- .../meta-python/recipes-devtools/python/python3-json2html_1.3.0.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'dynamic-layers/meta-python/recipes-devtools/python/python3-json2html_1.3.0.bb') diff --git a/dynamic-layers/meta-python/recipes-devtools/python/python3-json2html_1.3.0.bb b/dynamic-layers/meta-python/recipes-devtools/python/python3-json2html_1.3.0.bb index 638c56f..3d7e897 100644 --- a/dynamic-layers/meta-python/recipes-devtools/python/python3-json2html_1.3.0.bb +++ b/dynamic-layers/meta-python/recipes-devtools/python/python3-json2html_1.3.0.bb @@ -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 \ +" -- cgit v1.2.3-54-g00ecf