From: Thomas Goirand Date: Mon, 15 Dec 2014 09:13:37 +0000 (+0800) Subject: Added missing python-oslo.serialization (build-)depends. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=4b0db7efa0037d98f5cae3c4b2e2dbbfb0bd784b;p=openstack-build%2Fheat-build.git Added missing python-oslo.serialization (build-)depends. Rewritten-From: 0c8311ecffcbd65db711128caf166baeb49ac73d --- diff --git a/trusty/debian/changelog b/trusty/debian/changelog index 38e81c95..64f37694 100644 --- a/trusty/debian/changelog +++ b/trusty/debian/changelog @@ -1,3 +1,9 @@ +heat (2014.2.1-2) experimental; urgency=medium + + * Added missing python-oslo.serialization (build-)depends. + + -- Thomas Goirand Mon, 15 Dec 2014 17:12:39 +0800 + heat (2014.2.1-1) experimental; urgency=medium * New upstream release. diff --git a/trusty/debian/control b/trusty/debian/control index 37da1f3d..3fcd333d 100644 --- a/trusty/debian/control +++ b/trusty/debian/control @@ -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,