summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-heatclient_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-04-16 15:12:30 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-04-16 15:12:30 -0400
commitbd613b97b53a1762e65162515c65cd358bf757a1 (patch)
tree5312fbe753e83b775651a78ad37301acafe062e7 /meta-openstack/recipes-devtools/python/python-heatclient_git.bb
parentd42f1515ae39948b3f98eeb41363a7ed72b58779 (diff)
parent8807042735db6d3b1eb496df70e153c701a544d0 (diff)
downloadmeta-cloud-services-bd613b97b53a1762e65162515c65cd358bf757a1.tar.gz
Merge branch 'master' into kilo
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 2b9d34a..b83fc77 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.3.0+git${SRCPV}" 26PV = "0.4.0+git${SRCPV}"
27SRCREV="065d02499ad77b9c481a83dce973cfa4fbb26711" 27SRCREV = "6d528f005742263837d05250662bf6214a703da8"
28S = "${WORKDIR}/git" 28S = "${WORKDIR}/git"
29 29
30inherit setuptools 30inherit setuptools