mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
python-pyparted: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
9d05cb121a
commit
cd3e72b642
12
package/python-pyparted/Config.in
Normal file
12
package/python-pyparted/Config.in
Normal file
@@ -0,0 +1,12 @@
|
||||
config BR2_PACKAGE_PYTHON_PYPARTED
|
||||
bool "python-pyparted"
|
||||
depends on BR2_USE_WCHAR
|
||||
select BR2_PACKAGE_PYTHON_CFFI # runtime
|
||||
select BR2_PACKAGE_PARTED
|
||||
help
|
||||
Python bindings for GNU parted (libparted).
|
||||
|
||||
https://github.com/rhinstaller/pyparted
|
||||
|
||||
comment "pyparted needs a toolchain w/ wchar"
|
||||
depends on !BR2_USE_WCHAR
|
||||
Reference in New Issue
Block a user