1config BR2_PACKAGE_PYTHON_XMLTODICT
2	bool "python-xmltodict"
3	select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime
4	help
5	  Makes working with XML feel like you are working with JSON.
6
7	  https://github.com/martinblech/xmltodict
8