246077a889
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
10 lines
247 B
Plaintext
10 lines
247 B
Plaintext
config BR2_PACKAGE_CRUDINI
|
|
bool "crudini"
|
|
depends on BR2_PACKAGE_PYTHON3
|
|
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
|