python-configobj package was removed in commit
8d264a9617 because of the missing
support for Python 3.x.
Meanwhile, this problem was fixed, hence readd the package.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
8 lines
196 B
Plaintext
8 lines
196 B
Plaintext
config BR2_PACKAGE_PYTHON_CONFIGOBJ
|
|
bool "python-configobj"
|
|
select BR2_PACKAGE_PYTHON_SIX # runtime
|
|
help
|
|
Config file reading, writing and validation.
|
|
|
|
https://github.com/DiffSK/configobj
|