]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Add missing Jinja2 to requirements.txt
authorMichal Dulko <michal.dulko@intel.com>
Thu, 18 Jun 2015 07:27:26 +0000 (09:27 +0200)
committerMichal Dulko <michal.dulko@intel.com>
Thu, 18 Jun 2015 07:29:29 +0000 (09:29 +0200)
Recently merged commit I5bbdc0f97db9b0ebd7b48e50ab7869e2ca33aead got in
a dependency on Jinja2 library without adding it to requirements.txt.
The gate was running fine, because Nova already has it in it's
requirements. Problem uncovers when we install DevStack with
--use-venv=True option.

Change-Id: If053c4724d9d0264e0f3b27a995a2b619cf6f515
Closes-Bug: 1466361

requirements.txt

index d78ca2256f2db0188a9417744879248fe922c820..9b0dbab59c32b5fa75a2a56f50897d37de90fd09 100644 (file)
@@ -8,6 +8,7 @@ Babel>=1.3
 eventlet>=0.17.3
 greenlet>=0.3.2
 iso8601>=0.1.9
+Jinja2>=2.6
 keystonemiddleware>=1.5.0
 kombu>=3.0.7
 lxml>=2.3