[Buildroot] [git commit] package/python-mbstrdecoder: add python-chardet dependency

Thomas Petazzoni thomas.petazzoni at bootlin.com
Wed Apr 21 20:43:21 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=8a74eaaaa992b65fd4c03042a859c500123a57a8
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

chardet is a mandatory runtime dependency since version 0.8.2 and
https://github.com/thombashi/mbstrdecoder/commit/e9344a0916f65d143c51e0680c30db4ae7690ccf

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/python-mbstrdecoder/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-mbstrdecoder/Config.in b/package/python-mbstrdecoder/Config.in
index 8982814cea..5ba3a19cc4 100644
--- a/package/python-mbstrdecoder/Config.in
+++ b/package/python-mbstrdecoder/Config.in
@@ -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.
 


More information about the buildroot mailing list