package/python-mbstrdecoder: add python-chardet dependency
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sat, 10 Apr 2021 12:26:17 +0000 (14:26 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 21 Apr 2021 20:43:21 +0000 (22:43 +0200)
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@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/python-mbstrdecoder/Config.in

index 8982814ceae421d63fbc8e7650828d111f507f66..5ba3a19cc477b9f269b344fff04737a6e6b15bc7 100644 (file)
@@ -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.