mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-12 15:10:46 +00:00
v2 : also fix some typos while we are here. v3 : add fixes for isic and checksecurity Signed-off-by: Jason Schonberg <schonm@gmail.com> [removed already applied change] Signed-off-by: Scott Murray <scott.murray@konsulko.com>
14 lines
403 B
BlitzBasic
14 lines
403 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 \
|
|
"
|