summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-heatclient_git.bb
diff options
context:
space:
mode:
authorzhengrq <zhengrq.fnst@cn.fujitsu.com>2017-11-04 23:52:08 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-11-06 08:52:40 -0500
commitdce6a22290522d20d715d6d083d599f79f07fde7 (patch)
treed6b3f614ca3dc1bf48545bf7ef2e06c0c42ad89a /meta-openstack/recipes-devtools/python/python-heatclient_git.bb
parentb704e1b715dae078e47328f1d2b986b40e489b91 (diff)
downloadmeta-cloud-services-dce6a22290522d20d715d6d083d599f79f07fde7.tar.gz
python-heatclient: upgrade to 1.9.0
Upgrade python-heatclient from 0.6.0 to 1.9.0. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-heatclient_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-heatclient_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb
index 26d86be..6653b37 100644
--- a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb
@@ -28,8 +28,8 @@ SRCNAME = "heatclient"
28 28
29SRC_URI = "git://github.com/openstack/python-heatclient.git;branch=master" 29SRC_URI = "git://github.com/openstack/python-heatclient.git;branch=master"
30 30
31PV = "0.6.0+git${SRCPV}" 31PV = "1.9.0+git${SRCPV}"
32SRCREV = "7cca8394b8ab2f4dccb982ae789b1b2985627115" 32SRCREV = "b80166d848dd26718cfe0627bfec22774213616b"
33S = "${WORKDIR}/git" 33S = "${WORKDIR}/git"
34 34
35inherit setuptools 35inherit setuptools