1config BR2_PACKAGE_PYTHON_LXML
2 bool "python-lxml"
3 select BR2_PACKAGE_LIBXML2
4 select BR2_PACKAGE_LIBXSLT
5 select BR2_PACKAGE_PYTHON3_ZLIB
6 help
7 The lxml XML toolkit is a Pythonic binding for the C libraries
8 libxml2 and libxslt.
9
10 http://lxml.de/
11