|
@@ -4,12 +4,13 @@
|
|
#
|
|
#
|
|
################################################################################
|
|
################################################################################
|
|
|
|
|
|
-PYTHON_JINJA2_VERSION = 2.10
|
|
|
|
|
|
+PYTHON_JINJA2_VERSION = 2.10.1
|
|
PYTHON_JINJA2_SOURCE = Jinja2-$(PYTHON_JINJA2_VERSION).tar.gz
|
|
PYTHON_JINJA2_SOURCE = Jinja2-$(PYTHON_JINJA2_VERSION).tar.gz
|
|
-PYTHON_JINJA2_SITE = https://files.pythonhosted.org/packages/56/e6/332789f295cf22308386cf5bbd1f4e00ed11484299c5d7383378cf48ba47
|
|
|
|
|
|
+PYTHON_JINJA2_SITE = https://files.pythonhosted.org/packages/93/ea/d884a06f8c7f9b7afbc8138b762e80479fb17aedbbe2b06515a12de9378d
|
|
PYTHON_JINJA2_SETUP_TYPE = setuptools
|
|
PYTHON_JINJA2_SETUP_TYPE = setuptools
|
|
PYTHON_JINJA2_LICENSE = BSD-3-Clause
|
|
PYTHON_JINJA2_LICENSE = BSD-3-Clause
|
|
PYTHON_JINJA2_LICENSE_FILES = LICENSE
|
|
PYTHON_JINJA2_LICENSE_FILES = LICENSE
|
|
|
|
+
|
|
# In host build, setup.py tries to download markupsafe if it is not installed
|
|
# In host build, setup.py tries to download markupsafe if it is not installed
|
|
HOST_PYTHON_JINJA2_DEPENDENCIES = host-python-markupsafe
|
|
HOST_PYTHON_JINJA2_DEPENDENCIES = host-python-markupsafe
|
|
|
|
|