summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosep Puigdemont <josep.puigdemont@enea.com>2015-12-08 18:33:51 +0100
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-12-11 12:11:29 -0500
commitb5694cfbba5cd47733acea7683da6a355f3cc1a2 (patch)
treecdef35841db5997fa3d92768fea4dda2fc1bae72
parent208b13c1c53c4d742cee51e76662188094e812a2 (diff)
downloadmeta-cloud-services-b5694cfbba5cd47733acea7683da6a355f3cc1a2.tar.gz
python-heat: update to 2015.1.2
Added dependency on python-versionedobjects after the upgrade. Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-heat_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-heat_git.bb b/meta-openstack/recipes-devtools/python/python-heat_git.bb
index 5926cc0..acba315 100644
--- a/meta-openstack/recipes-devtools/python/python-heat_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-heat_git.bb
@@ -4,10 +4,9 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6 6
7PR = "r0"
8SRCNAME = "heat" 7SRCNAME = "heat"
9 8
10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ 9SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/kilo \
11 file://heat.conf \ 10 file://heat.conf \
12 file://heat.init \ 11 file://heat.init \
13 file://autoscaling_example.template \ 12 file://autoscaling_example.template \
@@ -16,8 +15,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
16 file://heat-tests-change-project_dir-path.patch \ 15 file://heat-tests-change-project_dir-path.patch \
17" 16"
18 17
19SRCREV="6d106dee26649202791596062b5a29049e962d80" 18SRCREV="a4aafba0c2b387df888dfd805594b78b39b5f495"
20PV="2015.1.0b2+git${SRCPV}" 19PV="2015.1.2+git${SRCPV}"
21S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
22 21
23SERVICECREATE_PACKAGES = "${SRCNAME}-setup ${SRCNAME}-templates ${SRCNAME}-cfn" 22SERVICECREATE_PACKAGES = "${SRCNAME}-setup ${SRCNAME}-templates ${SRCNAME}-cfn"
@@ -212,6 +211,7 @@ RDEPENDS_${PN} += " \
212 python-pytz \ 211 python-pytz \
213 python-pbr \ 212 python-pbr \
214 python-oslo.log \ 213 python-oslo.log \
214 python-oslo.versionedobjects \
215 " 215 "
216 216
217RDEPENDS_${SRCNAME}-engine = "${PN} ${SRCNAME}-templates ${SRCNAME}-common postgresql postgresql-client python-psycopg2 tgt ${SRCNAME}-cfn" 217RDEPENDS_${SRCNAME}-engine = "${PN} ${SRCNAME}-templates ${SRCNAME}-common postgresql postgresql-client python-psycopg2 tgt ${SRCNAME}-cfn"