2016-01-30 23:46:10 +01:00
|
|
|
config BR2_PACKAGE_CRUDINI
|
|
|
|
bool "crudini"
|
2020-02-05 15:11:48 +01:00
|
|
|
depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
|
2016-01-30 23:46:10 +01:00
|
|
|
select BR2_PACKAGE_PYTHON_INIPARSE # runtime
|
|
|
|
help
|
|
|
|
A utility for handling ini files from the command line and
|
|
|
|
shell scripts
|
|
|
|
|
|
|
|
https://pypi.python.org/pypi/crudini
|