1config BR2_PACKAGE_PYTHON_DICTTOXML
2	bool "python-dicttoxml"
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/quandyfactory/dicttoxml
9