The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / python-lxml / Config.in
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/