7e9e199816
This release hasn't been published to pypi, so we switch to the Github release archive instead. This new version is Python 3.x compatible. Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
10 lines
269 B
Plaintext
10 lines
269 B
Plaintext
config BR2_PACKAGE_CRUDINI
|
|
bool "crudini"
|
|
depends on BR2_PACKAGE_PYTHON || 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
|