mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 15:33:28 +08:00
25fe06d41d
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
9 lines
236 B
Plaintext
9 lines
236 B
Plaintext
config BR2_PACKAGE_PYTHON_DICTTOXML
|
|
bool "python-dicttoxml"
|
|
select BR2_PACKAGE_PYTHON3_PYEXPAT
|
|
help
|
|
Converts a Python dictionary or other native data type into
|
|
a valid XML string.
|
|
|
|
https://github.com/quandyfactory/dicttoxml
|