summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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