package/python-pyparted: add locale dependency
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Thu, 13 Feb 2020 22:36:42 +0000 (23:36 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 14 Feb 2020 08:09:15 +0000 (09:09 +0100)
Commit b5f0c6efb24826641719c493382211e5d768417b forgot to propagate new
locale dependency from parted to python-pyparted

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/python-pyparted/Config.in

index 944796ff3130ab66750bfc5976e720a18e17cb5f..60f54a5484dbc4ba8ff36ed42593879f3a079147 100644 (file)
@@ -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