]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Added missing python-oslo.serialization (build-)depends.
authorThomas Goirand <thomas@goirand.fr>
Mon, 15 Dec 2014 09:13:37 +0000 (17:13 +0800)
committerThomas Goirand <thomas@goirand.fr>
Mon, 15 Dec 2014 09:13:37 +0000 (17:13 +0800)
Rewritten-From: 0c8311ecffcbd65db711128caf166baeb49ac73d

trusty/debian/changelog
trusty/debian/control

index 38e81c95ed732854c7d3386648ba6a9a9dc87ea1..64f37694c7d94dd263ffe92abf4226daca233b5a 100644 (file)
@@ -1,3 +1,9 @@
+heat (2014.2.1-2) experimental; urgency=medium
+
+  * Added missing python-oslo.serialization (build-)depends.
+
+ -- Thomas Goirand <zigo@debian.org>  Mon, 15 Dec 2014 17:12:39 +0800
+
 heat (2014.2.1-1) experimental; urgency=medium
 
   * New upstream release.
index 37da1f3d2fcdd2cc5a7e08ab26814e3a5016d372..3fcd333d4915576929759b810e70682a78c51c25 100644 (file)
@@ -44,6 +44,7 @@ Build-Depends-Indep: python-babel (>= 1.3),
                      python-oslo.db (>= 1.0.0),
                      python-oslo.i18n (>= 1.0.0),
                      python-oslo.messaging (>= 1.4.1),
+                     python-oslo.serialization,
                      python-oslo.utils (>= 1.0.0),
                      python-oslosphinx (>= 2.2.0.0),
                      python-oslotest (>= 1.1.0.0),
@@ -103,6 +104,7 @@ Depends: python-babel (>= 1.3),
          python-oslo.db (>= 1.0.0),
          python-oslo.i18n (>= 1.0.0),
          python-oslo.messaging (>= 1.4.1),
+         python-oslo.serialization,
          python-oslo.utils (>= 1.0.0),
          python-paste,
          python-pastedeploy,