]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Added missing python-babel depends
authorThomas Goirand <thomas@goirand.fr>
Thu, 24 Oct 2013 18:04:46 +0000 (02:04 +0800)
committerThomas Goirand <thomas@goirand.fr>
Thu, 24 Oct 2013 18:04:46 +0000 (02:04 +0800)
Rewritten-From: 1709c650a22514ccd3afad4ce55c8771a12dbafd

xenial/debian/changelog
xenial/debian/control

index 7beed320d8044aa06f7a0df238377e658cb530c4..8dce7a519cd8d506af161a5686834f422702ff14 100644 (file)
@@ -1,3 +1,9 @@
+heat (2013.2-3) UNRELEASED; urgency=low
+
+  * Added missing depends: python-babel in the python-heat package.
+
+ -- Thomas Goirand <zigo@debian.org>  Fri, 25 Oct 2013 02:04:19 +0800
+
 heat (2013.2-2) unstable; urgency=low
 
   * Added upstream patch to fix the /usr/bin/coverage call and use
index 750a1290094703e5c36567fa15f30d24b6aeb109..4f19852e1bd16c058031dc23a6641cbd5096f569 100644 (file)
@@ -66,7 +66,8 @@ Package: python-heat
 Section: python
 Architecture: all
 Pre-Depends: dpkg (>= 1.15.6~)
-Depends: python-boto (>= 2.4),
+Depends: python-babel,
+         python-boto (>= 2.4),
          python-ceilometerclient (>= 1.0.5),
          python-cinderclient (>= 1:1.0.5),
          python-crypto,