1config BR2_PACKAGE_PYTHON_CCHARDET 2 bool "python-cchardet" 3 depends on BR2_PACKAGE_PYTHON3 4 depends on BR2_INSTALL_LIBSTDCPP 5 help 6 cChardet is high speed universal character encoding 7 detector. 8 9 https://github.com/PyYoshi/cChardet 10 11comment "python-cchardet needs a toolchain w/ C++" 12 depends on BR2_PACKAGE_PYTHON3 13 depends on !BR2_INSTALL_LIBSTDCPP 14