blob: 895f88a62e9e344a92f223ab3a7eb6c6b8cad551 [file] [log] [blame]
Patrick Williams92b42cb2022-09-03 06:53:57 -05001SUMMARY = "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
Patrick Williams2390b1b2022-11-03 13:47:49 -05006SRC_URI[sha256sum] = "b27d10ad15740b45fd55f76e6901a4391e6dca3917ef48ecdcf17edf6e00d770"
Patrick Williams92b42cb2022-09-03 06:53:57 -05007
8inherit pypi setuptools3
9
10RDEPENDS:${PN} += " \
11 ${PYTHON_PN}-core \
12 ${PYTHON_PN}-logging \
13 ${PYTHON_PN}-codecs \
14 ${PYTHON_PN}-json \
15"