diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-10-01 16:54:18 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-10-08 17:03:59 +0900 |
commit | 0ec8a1e623c07d8096a0aa1118daec0fdf259620 (patch) | |
tree | 3433a426b0210842c1dd36b5bd9c08c358b8c2bd /setup.py | |
parent | 1405bbb9018550223f8f75ae705afe2a160bc42b (diff) | |
download | buildstream-0ec8a1e623c07d8096a0aa1118daec0fdf259620.tar.gz |
setup.py: Added jinja2 dependency
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -169,7 +169,8 @@ setup(name='BuildStream', 'ruamel.yaml', 'pluginbase', 'Click', - 'blessings' + 'blessings', + 'jinja2', ], entry_points=bst_install_entry_points, setup_requires=['pytest-runner', 'setuptools_scm'], |