mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
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>
This commit is contained in:
parent
fbe289f145
commit
82b3ad97f1
@ -2,7 +2,8 @@ config BR2_PACKAGE_PYTHON_LXML
|
|||||||
bool "python-lxml"
|
bool "python-lxml"
|
||||||
select BR2_PACKAGE_LIBXML2
|
select BR2_PACKAGE_LIBXML2
|
||||||
select BR2_PACKAGE_LIBXSLT
|
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
|
help
|
||||||
The lxml XML toolkit is a Pythonic binding for the C libraries
|
The lxml XML toolkit is a Pythonic binding for the C libraries
|
||||||
libxml2 and libxslt.
|
libxml2 and libxslt.
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
# Locally computed
|
# Locally computed
|
||||||
sha256 f7bc9f702500e205b1560d620f14015fec76dcd6f9e889a946a2ddcc3c344fd0 lxml-4.0.0.tgz
|
sha256 e2afbe403090f5893e254958d02875e0732975e73c4c0cdd33c1f009a61963ca lxml-4.2.4.tgz
|
||||||
|
@ -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_SITE = http://lxml.de/files
|
||||||
PYTHON_LXML_SOURCE = lxml-$(PYTHON_LXML_VERSION).tgz
|
PYTHON_LXML_SOURCE = lxml-$(PYTHON_LXML_VERSION).tgz
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user