diff options
| author | Josep Puigdemont <josep.puigdemont@enea.com> | 2015-12-08 18:33:51 +0100 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-12-11 12:11:29 -0500 |
| commit | b5694cfbba5cd47733acea7683da6a355f3cc1a2 (patch) | |
| tree | cdef35841db5997fa3d92768fea4dda2fc1bae72 /meta-openstack/recipes-devtools/python | |
| parent | 208b13c1c53c4d742cee51e76662188094e812a2 (diff) | |
| download | meta-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>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -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 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" | |||
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" |
| 6 | 6 | ||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "heat" | 7 | SRCNAME = "heat" |
| 9 | 8 | ||
| 10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | 9 | SRC_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 | ||
| 19 | SRCREV="6d106dee26649202791596062b5a29049e962d80" | 18 | SRCREV="a4aafba0c2b387df888dfd805594b78b39b5f495" |
| 20 | PV="2015.1.0b2+git${SRCPV}" | 19 | PV="2015.1.2+git${SRCPV}" |
| 21 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
| 22 | 21 | ||
| 23 | SERVICECREATE_PACKAGES = "${SRCNAME}-setup ${SRCNAME}-templates ${SRCNAME}-cfn" | 22 | SERVICECREATE_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 | ||
| 217 | RDEPENDS_${SRCNAME}-engine = "${PN} ${SRCNAME}-templates ${SRCNAME}-common postgresql postgresql-client python-psycopg2 tgt ${SRCNAME}-cfn" | 217 | RDEPENDS_${SRCNAME}-engine = "${PN} ${SRCNAME}-templates ${SRCNAME}-common postgresql postgresql-client python-psycopg2 tgt ${SRCNAME}-cfn" |
