82b3ad97f1
Fix zlib dependency. Fixes: http://autobuild.buildroot.net/results/d8e/d8e3a9aae0e84fb1b3b8093986ec3a4ce7ca0663 Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
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/
|