diff options
| author | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-03-20 15:10:52 -0700 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-03-20 15:12:13 -0700 |
| commit | 69e42c4fbd164ad7e63b92869e6ac5ff2ccc8b92 (patch) | |
| tree | 5dcdffb300d585a28976147414873f32521dde12 /meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.6.bb | |
| parent | b883bd25cdd27560fdebc5a4bf56f90e99964c4c (diff) | |
| download | meta-openembedded-69e42c4fbd164ad7e63b92869e6ac5ff2ccc8b92.tar.gz | |
python3-charset-normalizer: Upgrade to 3.4.6
Fix build with setuptools > 82.0.0 as well
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.6.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.6.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.6.bb b/meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.6.bb new file mode 100644 index 0000000000..e6056a3512 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.6.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | SUMMARY = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." | ||
| 2 | HOMEPAGE = "https://github.com/ousret/charset_normalizer" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=48178f3fc1374ad7e830412f812bde05" | ||
| 5 | |||
| 6 | SRC_URI += "file://0001-pyprojects-Bump-setuptools-check-to-be-82.x.patch" | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "1ae6b62897110aa7c79ea2f5dd38d1abca6db663687c0b1ad9aed6f6bae3d9d6" | ||
| 9 | |||
| 10 | DEPENDS += "python3-setuptools-scm-native python3-mypy-native" | ||
| 11 | |||
| 12 | inherit pypi python_setuptools_build_meta ptest-python-pytest | ||
| 13 | |||
| 14 | PYPI_PACKAGE = "charset_normalizer" | ||
| 15 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
| 16 | |||
| 17 | RDEPENDS:${PN} += " \ | ||
| 18 | python3-core \ | ||
| 19 | python3-logging \ | ||
| 20 | python3-codecs \ | ||
| 21 | python3-json \ | ||
| 22 | " | ||
| 23 | |||
| 24 | RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-charmap-gb18030 glibc-charmaps" | ||
| 25 | BBCLASSEXTEND = "native nativesdk" | ||
