buildroot/package/python-chardet/Config.in
Yegor Yefremov c233d10cb4 python-chardet: bump to version 3.0.4
Add setuptools runtime dependency, that is needed for
the chardetect script.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2017-06-09 11:42:17 +02:00

8 lines
201 B
Plaintext

config BR2_PACKAGE_PYTHON_CHARDET
bool "python-chardet"
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
help
Universal encoding detector for Python 2 and 3.
https://github.com/chardet/chardet