diff options
Diffstat (limited to 'package/python-pyparted/Config.in')
-rw-r--r-- | package/python-pyparted/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/python-pyparted/Config.in b/package/python-pyparted/Config.in new file mode 100644 index 0000000000..150159559b --- /dev/null +++ b/package/python-pyparted/Config.in @@ -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 |