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