mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-08 11:57:36 +00:00
97e440ea48
Dropped patch as upstream[1] raised upperbound setuptools to 83. https://github.com/jawah/charset_normalizer/releases/tag/3.4.8 https://github.com/jawah/charset_normalizer/releases/tag/3.4.9 [1] https://github.com/jawah/charset_normalizer/commit/6f7eb9e42afc9d555b53a3129e94b0508154d4ce Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
24 lines
776 B
BlitzBasic
24 lines
776 B
BlitzBasic
SUMMARY = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
|
|
HOMEPAGE = "https://github.com/ousret/charset_normalizer"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=48178f3fc1374ad7e830412f812bde05"
|
|
|
|
SRC_URI[sha256sum] = "673611bbd43f0810bec0b0f028ddeaaa501190339cac411f347ac76917c3ae7b"
|
|
|
|
DEPENDS += "python3-setuptools-scm-native python3-mypy-native"
|
|
|
|
inherit pypi python_setuptools_build_meta ptest-python-pytest
|
|
|
|
PYPI_PACKAGE = "charset_normalizer"
|
|
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
|
|
|
|
RDEPENDS:${PN} += " \
|
|
python3-core \
|
|
python3-logging \
|
|
python3-codecs \
|
|
python3-json \
|
|
"
|
|
|
|
RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-charmap-gb18030 glibc-charmaps"
|
|
BBCLASSEXTEND = "native nativesdk"
|