Config.in 486 B

123456789101112
  1. config BR2_PACKAGE_PYTHON_PYXML
  2. bool "python-pyxml"
  3. depends on BR2_PACKAGE_PYTHON
  4. select BR2_PACKAGE_EXPAT
  5. help
  6. This is the Python XML package. The distribution contains a
  7. validating XML parser, an implementation of the SAX and DOM
  8. programming interfaces, an interface to the Expat parser (and the
  9. Expat parser itself), and a C helper module that can speed up
  10. xmllib.py by a factor of 5. There's even documentation!
  11. http://pyxml.sourceforge.net/topics/index.html