8a74eaaaa9
chardet is a mandatory runtime dependency since version 0.8.2 and
e9344a0916
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
9 lines
236 B
Plaintext
9 lines
236 B
Plaintext
config BR2_PACKAGE_PYTHON_MBSTRDECODER
|
|
bool "python-mbstrdecoder"
|
|
depends on BR2_PACKAGE_PYTHON3
|
|
select BR2_PACKAGE_PYTHON_CHARDET # runtime
|
|
help
|
|
multi-byte character string decoder.
|
|
|
|
https://github.com/thombashi/mbstrdecoder
|