mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-12 03:10:13 +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>
21 lines
453 B
BlitzBasic
21 lines
453 B
BlitzBasic
DESCRIPTION = "Creates diffs of XML files"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=0d0e9e3949e163c3edd1e097b8b0ed62"
|
|
|
|
SRC_URI[sha256sum] = "c0910b1f800366dd7ec62923e5d06e8b06a1bd9120569a1c27f4f2446b9c68a2"
|
|
|
|
PYPI_PACKAGE = "xmldiff"
|
|
|
|
inherit pypi python_setuptools_build_meta
|
|
|
|
DEPENDS += " \
|
|
python3-setuptools-scm-native \
|
|
"
|
|
|
|
RDEPENDS:${PN} += " \
|
|
python3-json \
|
|
python3-email \
|
|
python3-lxml \
|
|
python3-difflib \
|
|
"
|