mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
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
|