mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-14 13:19:27 +00:00
* Update to buildroot 2018.11 * containerd update * runc update * runc docker engine * runc docker proxy * update rpi firmware * update network manager * update dhcpd * update wait on network * update rpi wifi * revert glibc
12 lines
333 B
Plaintext
12 lines
333 B
Plaintext
config BR2_PACKAGE_PYTHON_LXML
|
|
bool "python-lxml"
|
|
select BR2_PACKAGE_LIBXML2
|
|
select BR2_PACKAGE_LIBXSLT
|
|
select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON
|
|
select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3
|
|
help
|
|
The lxml XML toolkit is a Pythonic binding for the C libraries
|
|
libxml2 and libxslt.
|
|
|
|
http://lxml.de/
|