From: Alexander Kanavin Date: Mon, 22 Dec 2025 20:07:10 +0000 (+0100) Subject: python3-xmltodict: upgrade 0.15.1 -> 1.0.2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b47af049d9f4d29a12607eabfbc76c27075cd6ad;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-xmltodict: upgrade 0.15.1 -> 1.0.2 Convert to python_setuptools_build_meta. Signed-off-by: Alexander Kanavin Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-xmltodict_0.15.1.bb b/meta/recipes-devtools/python/python3-xmltodict_1.0.2.bb similarity index 70% rename from meta/recipes-devtools/python/python3-xmltodict_0.15.1.bb rename to meta/recipes-devtools/python/python3-xmltodict_1.0.2.bb index a1d1bb47e4..e58e32e338 100644 --- a/meta/recipes-devtools/python/python3-xmltodict_0.15.1.bb +++ b/meta/recipes-devtools/python/python3-xmltodict_1.0.2.bb @@ -3,13 +3,13 @@ HOMEPAGE = "https://github.com/martinblech/xmltodict" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=01441d50dc74476db58a41ac10cb9fa2" -SRC_URI[sha256sum] = "3d8d49127f3ce6979d40a36dbcad96f8bab106d232d24b49efdd4bd21716983c" +SRC_URI[sha256sum] = "54306780b7c2175a3967cad1db92f218207e5bc1aba697d887807c0fb68b7649" PYPI_PACKAGE = "xmltodict" BBCLASSEXTEND = "native nativesdk" -inherit pypi setuptools3 ptest-python-pytest +inherit pypi python_setuptools_build_meta ptest-python-pytest RDEPENDS:${PN} += " \ python3-core \