diff options
Diffstat (limited to 'dynamic-layers/meta-python/recipes-devtools/python/python3-xmldiff_2.7.0.bb')
-rw-r--r-- | dynamic-layers/meta-python/recipes-devtools/python/python3-xmldiff_2.7.0.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dynamic-layers/meta-python/recipes-devtools/python/python3-xmldiff_2.7.0.bb b/dynamic-layers/meta-python/recipes-devtools/python/python3-xmldiff_2.7.0.bb new file mode 100644 index 0000000..9d38065 --- /dev/null +++ b/dynamic-layers/meta-python/recipes-devtools/python/python3-xmldiff_2.7.0.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | DESCRIPTION="Creates diffs of XML files" | ||
2 | LICENSE = "MIT" | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=0d0e9e3949e163c3edd1e097b8b0ed62" | ||
4 | |||
5 | SRC_URI[sha256sum] = "c0910b1f800366dd7ec62923e5d06e8b06a1bd9120569a1c27f4f2446b9c68a2" | ||
6 | |||
7 | PYPI_PACKAGE = "xmldiff" | ||
8 | |||
9 | inherit pypi python_setuptools_build_meta | ||
10 | |||
11 | DEPENDS += " \ | ||
12 | python3-setuptools-scm-native \ | ||
13 | " | ||
14 | |||
15 | RDEPENDS:${PN} += " \ | ||
16 | python3-json \ | ||
17 | python3-email \ | ||
18 | python3-lxml \ | ||
19 | python3-difflib \ | ||
20 | " | ||