mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
python-lxml: bump to version 4.2.6
Update site to files.pythonhosted.org. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
6f68e5cf72
commit
493a27f2f0
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_LXML_VERSION = 4.2.5
|
||||
PYTHON_LXML_SITE = http://lxml.de/files
|
||||
PYTHON_LXML_SOURCE = lxml-$(PYTHON_LXML_VERSION).tgz
|
||||
PYTHON_LXML_VERSION = 4.2.6
|
||||
PYTHON_LXML_SITE = https://files.pythonhosted.org/packages/b0/06/37437e348cd296c56a8bac0396007960abb2bcdaf77e8a3bde52bb68e550
|
||||
PYTHON_LXML_SOURCE = lxml-$(PYTHON_LXML_VERSION).tar.gz
|
||||
|
||||
# Not including the GPL, because it is used only for the test scripts.
|
||||
PYTHON_LXML_LICENSE = BSD-3-Clause, Others
|
||||
|
||||
Reference in New Issue
Block a user