diff options
author | Armin Kuster <akuster808@gmail.com> | 2024-08-10 12:42:05 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-08-10 12:42:05 -0400 |
commit | 783c08cb223ff9706d4307933fd86ca2765522d6 (patch) | |
tree | eb43c02e82ffaca748cbc2ecbc5f134eb66203aa /dynamic-layers/meta-python/recipes-devtools/python/python3-json2html_1.3.0.bb | |
parent | 97789e4fad70f8073d8a5602180f8db40baf516d (diff) | |
download | meta-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.bb | 6 |
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 | ||
7 | PYPI_PACKAGE = "json2html" | 7 | PYPI_PACKAGE = "json2html" |
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi python_setuptools_build_meta |
10 | |||
11 | DEPENDS += " \ | ||
12 | python3-setuptools-scm-native \ | ||
13 | " | ||