2018-11-12 00:23:12 +01:00
|
|
|
config BR2_PACKAGE_PYTHON_CCHARDET
|
|
|
|
bool "python-cchardet"
|
2021-07-09 01:19:38 +02:00
|
|
|
depends on BR2_PACKAGE_PYTHON3
|
2018-11-12 00:23:12 +01:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
|
help
|
|
|
|
cChardet is high speed universal character encoding
|
|
|
|
detector.
|
|
|
|
|
|
|
|
https://github.com/PyYoshi/cChardet
|
|
|
|
|
|
|
|
comment "python-cchardet needs a toolchain w/ C++"
|
2021-07-09 01:19:38 +02:00
|
|
|
depends on BR2_PACKAGE_PYTHON3
|
2018-11-12 00:23:12 +01:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|