summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-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 b83fc77..10428c2 100644
--- a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb
@@ -23,8 +23,8 @@ SRCNAME = "heatclient"
23 23
24SRC_URI = "git://github.com/openstack/python-heatclient.git;branch=master" 24SRC_URI = "git://github.com/openstack/python-heatclient.git;branch=master"
25 25
26PV = "0.4.0+git${SRCPV}" 26PV = "0.6.0+git${SRCPV}"
27SRCREV = "6d528f005742263837d05250662bf6214a703da8" 27SRCREV = "7cca8394b8ab2f4dccb982ae789b1b2985627115"
28S = "${WORKDIR}/git" 28S = "${WORKDIR}/git"
29 29
30inherit setuptools 30inherit setuptools