summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/meta-python/recipes-devtools/python/python3-json2html_1.3.0.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2024-08-10 12:42:05 -0400
committerArmin Kuster <akuster808@gmail.com>2024-08-10 12:42:05 -0400
commit783c08cb223ff9706d4307933fd86ca2765522d6 (patch)
treeeb43c02e82ffaca748cbc2ecbc5f134eb66203aa /dynamic-layers/meta-python/recipes-devtools/python/python3-json2html_1.3.0.bb
parent97789e4fad70f8073d8a5602180f8db40baf516d (diff)
downloadmeta-security-783c08cb223ff9706d4307933fd86ca2765522d6.tar.gz
switch to PEP-517 build backend
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'dynamic-layers/meta-python/recipes-devtools/python/python3-json2html_1.3.0.bb')
-rw-r--r--dynamic-layers/meta-python/recipes-devtools/python/python3-json2html_1.3.0.bb6
1 files changed, 5 insertions, 1 deletions
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
6 6
7PYPI_PACKAGE = "json2html" 7PYPI_PACKAGE = "json2html"
8 8
9inherit pypi setuptools3 9inherit pypi python_setuptools_build_meta
10
11DEPENDS += " \
12 python3-setuptools-scm-native \
13"