blob: 27bd625b4d6cdcfb4b69aa90bddbe512c018695e [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001SUMMARY = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
2HOMEPAGE = "https://github.com/ousret/charset_normalizer"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=0974a390827087287db39928f7c524b5"
5
Andrew Geisslerfc113ea2023-03-31 09:59:46 -05006SRC_URI[sha256sum] = "34e0a2f9c370eb95597aae63bf85eb5e96826d81e3dcf88b8886012906f509b5"
Andrew Geissler517393d2023-01-13 08:55:19 -06007
8inherit pypi setuptools3
9
10RDEPENDS:${PN} += " \
11 ${PYTHON_PN}-core \
12 ${PYTHON_PN}-logging \
13 ${PYTHON_PN}-codecs \
14 ${PYTHON_PN}-json \
15"