Files
meta-security/dynamic-layers/meta-python/recipes-devtools/python/python3-json2html_1.3.0.bb
Armin Kuster 783c08cb22 switch to PEP-517 build backend
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2024-08-10 12:42:05 -04:00

14 lines
401 B
BlitzBasic

DESCRIPTION="Python wrapper to convert JSON into a human readable HTML Table representation."
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8065590663ea0c10aa131841ea806767"
SRC_URI[sha256sum] = "8951a53662ae9cfd812685facdba693fc950ffc1c1fd1a8a2d3cf4c34600689c"
PYPI_PACKAGE = "json2html"
inherit pypi python_setuptools_build_meta
DEPENDS += " \
python3-setuptools-scm-native \
"