]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Add Babel missing requirement
authorClint Byrum <clint@fewbar.com>
Tue, 6 Aug 2013 02:58:29 +0000 (19:58 -0700)
committerClint Byrum <clint@fewbar.com>
Tue, 6 Aug 2013 03:59:34 +0000 (20:59 -0700)
Babel is required by heat.openstack.common.gettextutils but was only in
test-requirements.txt.

Fixes bug #1208673

Change-Id: Iaffcbc861e64caa37d64335f0fb6e568672ffc52

requirements.txt
test-requirements.txt

index 21a4c0ebee773d59dce507d68649f7bc462555c1..2495a6e01cdcc4bde02e4bb67e3ea2bac8079887 100644 (file)
@@ -24,3 +24,4 @@ python-cinderclient>=1.0.4
 PyYAML>=3.1.0
 oslo.config>=1.1.0
 paramiko>=1.8.0
+Babel>=0.9.6
index 681da5fafefa3478b7c21551b9d5d4a6667ac507..8e1f3a2e982c7e015006a853ea75675d4b89125a 100644 (file)
@@ -12,4 +12,3 @@ testtools>=0.9.29
 testrepository>=0.0.13
 python-glanceclient
 sphinx>=1.1.2
-Babel