summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHong Liu <hongl.fnst@cn.fujitsu.com>2018-09-11 17:29:15 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-09-11 16:06:28 -0400
commit5b24b8d3f86bac97e5c7f70437c53eee71c5e3ae (patch)
treea7e0a5a71dfb0da0de729184d1e473a7ba1e8574
parentac2db0923c3ec43bf262fdd043c001a66c916d47 (diff)
downloadmeta-cloud-services-5b24b8d3f86bac97e5c7f70437c53eee71c5e3ae.tar.gz
:python-heatclient:1.14.0->1.16.1
Upgrade python-heatclient from 1.14.0 to 1.16.1 Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-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 baa1c2c..9440f95 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.14.0+git${SRCPV}" 31PV = "1.16.1+git${SRCPV}"
32SRCREV = "2ce6aa19a3a8936bc7c9737efadacbb4ae737dab" 32SRCREV = "b5f3d34cd009445de9a6489828faad7ec624a1a6"
33S = "${WORKDIR}/git" 33S = "${WORKDIR}/git"
34 34
35inherit setuptools 35inherit setuptools