Config.in 256 B

12345678910
  1. config 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. http://lxml.de/