mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
10 lines
263 B
Plaintext
10 lines
263 B
Plaintext
config BR2_PACKAGE_HOST_CRUDINI
|
|
bool "host crudini"
|
|
select BR2_PACKAGE_HOST_PYTHON3
|
|
select BR2_PACKAGE_HOST_PYTHON_INIPARSE # runtime
|
|
help
|
|
A utility for handling ini files from the command line and
|
|
shell scripts
|
|
|
|
https://pypi.python.org/pypi/crudini
|