mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
python-pyxml: new package
It always uses its own copy of pyexpat, but we can at least make it use buildroot's expat.so. [Peter: select expat] Signed-off-by: Clayton Shotwell <clshotwe@rockwellcollins.com> Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
fba6a491a8
commit
0ef25ae2e4
12
package/python-pyxml/Config.in
Normal file
12
package/python-pyxml/Config.in
Normal file
@@ -0,0 +1,12 @@
|
||||
config BR2_PACKAGE_PYTHON_PYXML
|
||||
bool "python-pyxml"
|
||||
depends on BR2_PACKAGE_PYTHON
|
||||
select BR2_PACKAGE_EXPAT
|
||||
help
|
||||
This is the Python XML package. The distribution contains a
|
||||
validating XML parser, an implementation of the SAX and DOM
|
||||
programming interfaces, an interface to the Expat parser (and the
|
||||
Expat parser itself), and a C helper module that can speed up
|
||||
xmllib.py by a factor of 5. There's even documentation!
|
||||
|
||||
http://pyxml.sourceforge.net/topics/index.html
|
||||
Reference in New Issue
Block a user