This commit is contained in:
TriForceX
2021-03-13 22:13:38 -03:00
parent c77595adbd
commit b3ecc6e32d
7043 changed files with 119373 additions and 73690 deletions
+5 -2
View File
@@ -1,5 +1,7 @@
config BR2_PACKAGE_PYTHON_PYPARTED
bool "python-pyparted"
depends on BR2_PACKAGE_PYTHON3
depends on BR2_ENABLE_LOCALE # parted
depends on BR2_USE_WCHAR
select BR2_PACKAGE_PARTED
help
@@ -7,5 +9,6 @@ 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_PACKAGE_PYTHON3
depends on !BR2_ENABLE_LOCALE || !BR2_USE_WCHAR