From 2eb39477a784673baefa59640909b827ebb689b2 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 28 Jul 2022 10:16:29 +0800 Subject: python3-xmlschema: upgrade 1.11.3 -> 2.0.1 Changelog: ========== Remove warnings during the build of the package using package_data specs in setup.py Fix decoding with process_namespaces=False and xsi:type in XML instance Refactor DataElement.get(), restore DataElement.set() (issue #314) Add map_attribute_names argument to DataElementConverter Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-xmlschema_1.11.3.bb | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-xmlschema_1.11.3.bb (limited to 'meta-python/recipes-devtools/python/python3-xmlschema_1.11.3.bb') diff --git a/meta-python/recipes-devtools/python/python3-xmlschema_1.11.3.bb b/meta-python/recipes-devtools/python/python3-xmlschema_1.11.3.bb deleted file mode 100644 index 7837bc8a4a..0000000000 --- a/meta-python/recipes-devtools/python/python3-xmlschema_1.11.3.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "The xmlschema library is an implementation of XML Schema for Python (supports Python 3.6+)." -HOMEPAGE = "https://github.com/sissaschool/xmlschema" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=47489cb18c469474afeb259ed1d4832f" - -SRC_URI[sha256sum] = "28a135028f7ab1e0c934fc0c6717a66b2dc5f166d123dfe6ce61afc671ad113f" - -PYPI_PACKAGE = "xmlschema" -inherit pypi setuptools3 - -DEPENDS += "\ - ${PYTHON_PN}-elementpath-native \ -" - -RDEPENDS:${PN} += "\ - ${PYTHON_PN}-elementpath \ - ${PYTHON_PN}-modules \ -" - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf