2016-07-22 08:36:34 +02:00
|
|
|
config BR2_PACKAGE_PYTHON_DICTTOXML
|
|
|
|
bool "python-dicttoxml"
|
|
|
|
select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON
|
|
|
|
select BR2_PACKAGE_PYTHON3_PYEXPAT if BR2_PACKAGE_PYTHON3
|
|
|
|
help
|
2017-12-18 09:21:05 +01:00
|
|
|
Converts a Python dictionary or other native data type into
|
|
|
|
a valid XML string.
|
2016-07-22 08:36:34 +02:00
|
|
|
|
|
|
|
https://github.com/quandyfactory/dicttoxml
|