All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] package/python-pyparted: add locale dependency
@ 2020-02-13 22:36 Fabrice Fontaine
  2020-02-13 22:36 ` [Buildroot] [PATCH 2/3] package/udisks: " Fabrice Fontaine
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Fabrice Fontaine @ 2020-02-13 22:36 UTC (permalink / raw)
  To: buildroot

Commit b5f0c6efb24826641719c493382211e5d768417b forgot to propagate new
locale dependency from parted to python-pyparted

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/python-pyparted/Config.in | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/python-pyparted/Config.in b/package/python-pyparted/Config.in
index 944796ff31..60f54a5484 100644
--- a/package/python-pyparted/Config.in
+++ b/package/python-pyparted/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_PYTHON_PYPARTED
 	bool "python-pyparted"
+	depends on BR2_ENABLE_LOCALE # parted
 	depends on BR2_USE_WCHAR
 	select BR2_PACKAGE_PARTED
 	help
@@ -7,5 +8,5 @@ config BR2_PACKAGE_PYTHON_PYPARTED
 
 	  https://github.com/rhinstaller/pyparted
 
-comment "pyparted needs a toolchain w/ wchar"
-	depends on !BR2_USE_WCHAR
+comment "pyparted needs a toolchain w/ locale, wchar"
+	depends on !BR2_ENABLE_LOCALE || !BR2_USE_WCHAR
-- 
2.24.1

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

end of thread, other threads:[~2020-02-14  8:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-13 22:36 [Buildroot] [PATCH 1/3] package/python-pyparted: add locale dependency Fabrice Fontaine
2020-02-13 22:36 ` [Buildroot] [PATCH 2/3] package/udisks: " Fabrice Fontaine
2020-02-14  8:10   ` Peter Korsgaard
2020-02-13 22:36 ` [Buildroot] [PATCH v2,3/3] package/parted: disable on uclibc Fabrice Fontaine
2020-02-14  8:13   ` Peter Korsgaard
2020-02-14  8:10 ` [Buildroot] [PATCH 1/3] package/python-pyparted: add locale dependency Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.