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>
2018.11.x
Yegor Yefremov 2018-08-28 12:14:13 +02:00 committed by Thomas Petazzoni
parent fbe289f145
commit 82b3ad97f1
3 changed files with 4 additions and 3 deletions

View File

@ -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.

View File

@ -1,2 +1,2 @@
# Locally computed
sha256 f7bc9f702500e205b1560d620f14015fec76dcd6f9e889a946a2ddcc3c344fd0 lxml-4.0.0.tgz
sha256 e2afbe403090f5893e254958d02875e0732975e73c4c0cdd33c1f009a61963ca lxml-4.2.4.tgz

View File

@ -4,7 +4,7 @@
#
################################################################################
PYTHON_LXML_VERSION = 4.0.0
PYTHON_LXML_VERSION = 4.2.4
PYTHON_LXML_SITE = http://lxml.de/files
PYTHON_LXML_SOURCE = lxml-$(PYTHON_LXML_VERSION).tgz