diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-01-23 09:29:09 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-01-23 11:55:35 -0800 |
| commit | 92c941986dd845154e6438cd52edc659092b3494 (patch) | |
| tree | 8150e798ee419a76752a950a9ef07594796911bd /meta-python/recipes-devtools/python/python3-xmlschema_3.0.1.bb | |
| parent | f389b4249812245935ca50a139c4f5a637173fe8 (diff) | |
| download | meta-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.bb | 20 |
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 @@ | |||
| 1 | SUMMARY = "The xmlschema library is an implementation of XML Schema for Python (supports Python 3.6+)." | ||
| 2 | HOMEPAGE = "https://github.com/sissaschool/xmlschema" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=26aa26eda991a3a2b61c11b62d3fda65" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "bb24a5f4738e49d85d9eb03a2b5af26bbbbfdb055517ad953d98925094b8c026" | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "xmlschema" | ||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | DEPENDS += "\ | ||
| 12 | ${PYTHON_PN}-elementpath-native \ | ||
| 13 | " | ||
| 14 | |||
| 15 | RDEPENDS:${PN} += "\ | ||
| 16 | ${PYTHON_PN}-elementpath \ | ||
| 17 | ${PYTHON_PN}-modules \ | ||
| 18 | " | ||
| 19 | |||
| 20 | BBCLASSEXTEND = "native nativesdk" | ||
