mirror of
https://git.yoctoproject.org/poky
synced 2026-05-29 15:52:40 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
85c9b40b96
commit
dbc5fc46f9
19
meta/recipes-devtools/python/python3-xmltodict_0.15.1.bb
Normal file
19
meta/recipes-devtools/python/python3-xmltodict_0.15.1.bb
Normal file
@@ -0,0 +1,19 @@
|
||||
SUMMARY = "Makes working with XML feel like you are working with JSON"
|
||||
HOMEPAGE = "https://github.com/martinblech/xmltodict"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=01441d50dc74476db58a41ac10cb9fa2"
|
||||
|
||||
SRC_URI[sha256sum] = "3d8d49127f3ce6979d40a36dbcad96f8bab106d232d24b49efdd4bd21716983c"
|
||||
|
||||
PYPI_PACKAGE = "xmltodict"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
inherit pypi setuptools3 ptest-python-pytest
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-core \
|
||||
python3-xml \
|
||||
python3-io \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user