Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/python-mbstrdecoder: add python-chardet dependency
@ 2021-04-10 12:26 Fabrice Fontaine
  2021-04-10 12:26 ` [Buildroot] [PATCH 2/2] package/python-mbstrdecoder: bump to version 1.0.1 Fabrice Fontaine
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Fabrice Fontaine @ 2021-04-10 12:26 UTC (permalink / raw)
  To: buildroot

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>
---
 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.
 
-- 
2.30.2

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-04-26 14:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-10 12:26 [Buildroot] [PATCH 1/2] package/python-mbstrdecoder: add python-chardet dependency Fabrice Fontaine
2021-04-10 12:26 ` [Buildroot] [PATCH 2/2] package/python-mbstrdecoder: bump to version 1.0.1 Fabrice Fontaine
2021-04-26 14:05   ` Peter Korsgaard
2021-04-21 20:43 ` [Buildroot] [PATCH 1/2] package/python-mbstrdecoder: add python-chardet dependency Thomas Petazzoni
2021-04-26 14:04 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox