repo.or.cz
/
buildroot-gz.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fs/tar: make --no-recursion effective
[buildroot-gz.git]
/
package
/
python-lxml
/
Config.in
blob
1ccaa5e3873e3c09a0448f3200398e5a166aabb4
1
config BR2_PACKAGE_PYTHON_LXML
2
bool "python-lxml"
3
select BR2_PACKAGE_LIBXML2
4
select BR2_PACKAGE_LIBXSLT
5
select BR2_PACKAGE_ZLIB
6
help
7
The lxml XML toolkit is a Pythonic binding for the C libraries
8
libxml2 and libxslt.
9
10
http://lxml.de/