This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch jjardon/cmake_ninja in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit b7099b125ef9c4cd1c1105648f5992b4f4a63fe4 Author: Javier Jardón <[email protected]> AuthorDate: Tue Jan 16 11:17:47 2018 +0000 setup.py: Require jinja >= 2.10 jinja2 2.10 import time has been divided by two compared to Jinja 2.9.6 Fixes #194 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c98d651..bb1a93e 100755 --- a/setup.py +++ b/setup.py @@ -167,7 +167,7 @@ setup(name='BuildStream', 'pluginbase', 'Click', 'blessings', - 'jinja2', + 'jinja2 >= 2.10', ], entry_points=bst_install_entry_points, setup_requires=['pytest-runner', 'setuptools_scm'],
