From: Fabrice Fontaine Date: Thu, 13 Feb 2020 22:36:42 +0000 (+0100) Subject: package/python-pyparted: add locale dependency X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=08f07b302eece221c8e8de19d225ba03e7bc89c3;p=buildroot.git package/python-pyparted: add locale dependency Commit b5f0c6efb24826641719c493382211e5d768417b forgot to propagate new locale dependency from parted to python-pyparted Signed-off-by: Fabrice Fontaine Signed-off-by: Peter Korsgaard --- 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