mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/python-pyparted: add locale dependency
Commit b5f0c6efb2 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>
This commit is contained in:
committed by
Peter Korsgaard
parent
7ba7b9603b
commit
08f07b302e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user