From 0ef25ae2e47cbaec0e304d6823d0f5d7340f9035 Mon Sep 17 00:00:00 2001 From: Clayton Shotwell Date: Fri, 1 May 2015 18:01:24 +0200 Subject: 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 Signed-off-by: Matthew Weber Signed-off-by: Yegor Yefremov Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Peter Korsgaard --- package/python-pyxml/Config.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/python-pyxml/Config.in (limited to 'package/python-pyxml/Config.in') diff --git a/package/python-pyxml/Config.in b/package/python-pyxml/Config.in new file mode 100644 index 0000000000..82316bab2f --- /dev/null +++ b/package/python-pyxml/Config.in @@ -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 -- cgit v1.2.3