summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-xmlschema_2.5.1.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-01-23 09:29:09 +0800
committerKhem Raj <raj.khem@gmail.com>2024-01-23 11:55:35 -0800
commit92c941986dd845154e6438cd52edc659092b3494 (patch)
tree8150e798ee419a76752a950a9ef07594796911bd /meta-python/recipes-devtools/python/python3-xmlschema_2.5.1.bb
parentf389b4249812245935ca50a139c4f5a637173fe8 (diff)
downloadmeta-openembedded-92c941986dd845154e6438cd52edc659092b3494.tar.gz
python3-xmlschema: upgrade 2.5.1 -> 3.0.1
Changelog: ========== -Hotfix release for broken requirement -Set python-requires metadata to >=3.8 -Upgrade GitHub Actions License-Update: Copyright year updated to 2024. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-xmlschema_2.5.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-xmlschema_2.5.1.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-python/recipes-devtools/python/python3-xmlschema_2.5.1.bb b/meta-python/recipes-devtools/python/python3-xmlschema_2.5.1.bb
deleted file mode 100644
index 19fae91315..0000000000
--- a/meta-python/recipes-devtools/python/python3-xmlschema_2.5.1.bb
+++ /dev/null
@@ -1,20 +0,0 @@
1SUMMARY = "The xmlschema library is an implementation of XML Schema for Python (supports Python 3.6+)."
2HOMEPAGE = "https://github.com/sissaschool/xmlschema"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=0ab20f8e337bea2e6874f372edfd12c0"
5
6SRC_URI[sha256sum] = "4f7497de6c8b6dc2c28ad7b9ed6e21d186f4afe248a5bea4f54eedab4da44083"
7
8PYPI_PACKAGE = "xmlschema"
9inherit pypi setuptools3
10
11DEPENDS += "\
12 ${PYTHON_PN}-elementpath-native \
13"
14
15RDEPENDS:${PN} += "\
16 ${PYTHON_PN}-elementpath \
17 ${PYTHON_PN}-modules \
18"
19
20BBCLASSEXTEND = "native nativesdk"