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