4f147ae0a0
While currently there is no in-tree Buildroot package which depends on host-python-lxml, we (DATACOM) have some proprietary modules that use it in their test scripts. We tested python-lxml as host package and confirmed that it builds and works correctly. Someone else might require it, so we are proposing its inclusion. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> [Thomas: add Config.in.host entry.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 lines
178 B
Plaintext
9 lines
178 B
Plaintext
config BR2_PACKAGE_HOST_PYTHON_LXML
|
|
bool "host python-lxml"
|
|
help
|
|
The lxml XML toolkit is a Pythonic binding for the C libraries
|
|
libxml2 and libxslt.
|
|
|
|
http://lxml.de/
|
|
|