diff options
author | 2015-12-08 18:33:51 +0100 | |
---|---|---|
committer | 2015-12-11 12:11:29 -0500 | |
commit | b5694cfbba5cd47733acea7683da6a355f3cc1a2 (patch) | |
tree | cdef35841db5997fa3d92768fea4dda2fc1bae72 | |
parent | 208b13c1c53c4d742cee51e76662188094e812a2 (diff) | |
download | meta-cloud-services-b5694cfbba5cd47733acea7683da6a355f3cc1a2.tar.gz meta-cloud-services-b5694cfbba5cd47733acea7683da6a355f3cc1a2.tar.bz2 meta-cloud-services-b5694cfbba5cd47733acea7683da6a355f3cc1a2.zip |
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.bb | 8 |
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 5926cc01..acba315c 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" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" -PR = "r0" SRCNAME = "heat" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/kilo \ file://heat.conf \ file://heat.init \ file://autoscaling_example.template \ @@ -16,8 +15,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ file://heat-tests-change-project_dir-path.patch \ " -SRCREV="6d106dee26649202791596062b5a29049e962d80" -PV="2015.1.0b2+git${SRCPV}" +SRCREV="a4aafba0c2b387df888dfd805594b78b39b5f495" +PV="2015.1.2+git${SRCPV}" S = "${WORKDIR}/git" SERVICECREATE_PACKAGES = "${SRCNAME}-setup ${SRCNAME}-templates ${SRCNAME}-cfn" @@ -212,6 +211,7 @@ RDEPENDS_${PN} += " \ python-pytz \ python-pbr \ python-oslo.log \ + python-oslo.versionedobjects \ " RDEPENDS_${SRCNAME}-engine = "${PN} ${SRCNAME}-templates ${SRCNAME}-common postgresql postgresql-client python-psycopg2 tgt ${SRCNAME}-cfn" |