summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-xmlschema_3.0.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_3.0.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_3.0.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-xmlschema_3.0.1.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-xmlschema_3.0.1.bb b/meta-python/recipes-devtools/python/python3-xmlschema_3.0.1.bb
new file mode 100644
index 0000000000..890743b0c4
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-xmlschema_3.0.1.bb
@@ -0,0 +1,20 @@
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=26aa26eda991a3a2b61c11b62d3fda65"
5
6SRC_URI[sha256sum] = "bb24a5f4738e49d85d9eb03a2b5af26bbbbfdb055517ad953d98925094b8c026"
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"