mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/python-mbstrdecoder: add python-chardet dependency
chardet is a mandatory runtime dependency since version 0.8.2 ande9344a0916Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit8a74eaaaa9) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
2960953b0a
commit
0007797471
@@ -1,6 +1,7 @@
|
||||
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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user