summaryrefslogtreecommitdiffstats
path: root/package/python-lxml/Config.in
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2018-08-28 12:14:13 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-08-28 22:32:14 +0200
commit82b3ad97f12f7b26f88ad1c636dcca1928fedb5a (patch)
tree147117c80e1164aa30e5f344f827d02363c9f502 /package/python-lxml/Config.in
parentfbe289f1450c3a20ade5444b40b03c1d6d074ded (diff)
downloadbuildroot-82b3ad97f12f7b26f88ad1c636dcca1928fedb5a.tar.gz
buildroot-82b3ad97f12f7b26f88ad1c636dcca1928fedb5a.zip
python-lxml: bump to version 4.2.4
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>
Diffstat (limited to 'package/python-lxml/Config.in')
-rw-r--r--package/python-lxml/Config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/python-lxml/Config.in b/package/python-lxml/Config.in
index 1ccaa5e387..fcb30d56ee 100644
--- a/package/python-lxml/Config.in
+++ b/package/python-lxml/Config.in
@@ -2,7 +2,8 @@ config BR2_PACKAGE_PYTHON_LXML
bool "python-lxml"
select BR2_PACKAGE_LIBXML2
select BR2_PACKAGE_LIBXSLT
- select BR2_PACKAGE_ZLIB
+ 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.
OpenPOWER on IntegriCloud