diff options
author | Armin Kuster <akuster808@gmail.com> | 2023-07-16 15:03:25 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-07-31 06:18:52 -0400 |
commit | b713a8e661291768b521f8b6f337996a36d502aa (patch) | |
tree | 3bca6c38c0fea2d6e18988b73266984ad627093e /dynamic-layers/meta-python/recipes-devtools/python | |
parent | 108ab6d75e7d96ebd7064b2acb4afd33bbc88c2a (diff) | |
download | meta-security-b713a8e661291768b521f8b6f337996a36d502aa.tar.gz |
python3-json2html: add new pkg
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'dynamic-layers/meta-python/recipes-devtools/python')
-rw-r--r-- | dynamic-layers/meta-python/recipes-devtools/python/python3-xmldiff_2.6.3.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dynamic-layers/meta-python/recipes-devtools/python/python3-xmldiff_2.6.3.bb b/dynamic-layers/meta-python/recipes-devtools/python/python3-xmldiff_2.6.3.bb new file mode 100644 index 0000000..517ed87 --- /dev/null +++ b/dynamic-layers/meta-python/recipes-devtools/python/python3-xmldiff_2.6.3.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | DESCRIPTION="Creates diffs of XML files" | ||
2 | LICENSE = "MIT" | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=0d0e9e3949e163c3edd1e097b8b0ed62" | ||
4 | |||
5 | SRC_URI[sha256sum] = "19b030b3fa37d1f0b5c5ad9ada9059884c3bf2c751c5dd8f1eb4ed49cfe3fc60" | ||
6 | |||
7 | PYPI_PACKAGE = "xmldiff" | ||
8 | |||
9 | inherit pypi setuptools3 | ||