summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorHuang Qiyu <huangqy.fnst@cn.fujitsu.com>2018-03-23 11:28:50 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-03-29 17:14:53 -0400
commit8145053096e29032fa96c77df8b60db2a4164762 (patch)
tree068df4f762cd98a9d7a3b9127772337eb07ca1b6 /meta-openstack
parente67fe03fb5a5fd4d40cab5e0c4d3d66ec8283f04 (diff)
downloadmeta-cloud-services-8145053096e29032fa96c77df8b60db2a4164762.tar.gz
python-heatclient: 1.9.0 -> 1.14.0
Upgrade python-heatclient from 1.9.0 to 1.14.0. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
-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 6653b37..baa1c2c 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 = "1.9.0+git${SRCPV}" 31PV = "1.14.0+git${SRCPV}"
32SRCREV = "b80166d848dd26718cfe0627bfec22774213616b" 32SRCREV = "2ce6aa19a3a8936bc7c9737efadacbb4ae737dab"
33S = "${WORKDIR}/git" 33S = "${WORKDIR}/git"
34 34
35inherit setuptools 35inherit setuptools