fs/tar: make --no-recursion effective
[buildroot-gz.git] / package / python-lxml / Config.in
blob1ccaa5e3873e3c09a0448f3200398e5a166aabb4
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.
10           http://lxml.de/