From 13b22c6f59e6bd15264ebd01b375fc346a9d7f7b Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 26 Mar 2021 15:12:30 +0200 Subject: python3-xmlschema: Upgrade 1.5.1 -> 1.5.3 Upgrade to release 1.5.3: - Remove unnecessary bindings with schema proxy from ElementPathMixin to avoid conflicts when schema is used by an XPath 3 parser - Fix schema logger Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/python3-xmlschema_1.5.1.bb | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-xmlschema_1.5.1.bb (limited to 'meta-python/recipes-devtools/python/python3-xmlschema_1.5.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-xmlschema_1.5.1.bb b/meta-python/recipes-devtools/python/python3-xmlschema_1.5.1.bb deleted file mode 100644 index bdb15971bf..0000000000 --- a/meta-python/recipes-devtools/python/python3-xmlschema_1.5.1.bb +++ /dev/null @@ -1,19 +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] = "c4c72b457865f46394bb23525b4e233d6537d9e97b8c6144a6cda2d5ef0d6688" - -PYPI_PACKAGE = "xmlschema" -inherit pypi setuptools3 - -DEPENDS += "\ - ${PYTHON_PN}-elementpath-native \ -" - -RDEPENDS_${PN} += "\ - ${PYTHON_PN}-elementpath \ -" - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf