summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-xmltodict_0.15.1.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-09-10 17:16:41 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-09-11 11:31:56 +0100
commitdbc5fc46f9b1ca8bd4596a97de5174383df672c2 (patch)
tree88d4e3597288b8e6c978d5ec76a5dfcd40662f5c /meta/recipes-devtools/python/python3-xmltodict_0.15.1.bb
parent85c9b40b965943d3fc55b4d9b9fa8f871f8cbd28 (diff)
downloadpoky-dbc5fc46f9b1ca8bd4596a97de5174383df672c2.tar.gz
python3-xmltodict: upgrade 0.14.2 -> 0.15.1
(From OE-Core rev: b8f9db8424ead13a628c02c82f4f7b56acd38356) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-xmltodict_0.15.1.bb')
-rw-r--r--meta/recipes-devtools/python/python3-xmltodict_0.15.1.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-xmltodict_0.15.1.bb b/meta/recipes-devtools/python/python3-xmltodict_0.15.1.bb
new file mode 100644
index 0000000000..a1d1bb47e4
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-xmltodict_0.15.1.bb
@@ -0,0 +1,19 @@
1SUMMARY = "Makes working with XML feel like you are working with JSON"
2HOMEPAGE = "https://github.com/martinblech/xmltodict"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=01441d50dc74476db58a41ac10cb9fa2"
5
6SRC_URI[sha256sum] = "3d8d49127f3ce6979d40a36dbcad96f8bab106d232d24b49efdd4bd21716983c"
7
8PYPI_PACKAGE = "xmltodict"
9
10BBCLASSEXTEND = "native nativesdk"
11
12inherit pypi setuptools3 ptest-python-pytest
13
14RDEPENDS:${PN} += " \
15 python3-core \
16 python3-xml \
17 python3-io \
18"
19