1config BR2_PACKAGE_PYTHON_DICTTOXML2 2 bool "python-dicttoxml2" 3 select BR2_PACKAGE_PYTHON3_PYEXPAT 4 help 5 Converts a Python dictionary or other native data type into 6 a valid XML string. 7 8 https://github.com/Ousret/dicttoxml 9