summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-heatclient_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-02-20 21:04:29 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-02-20 21:04:29 -0500
commite19241b4a82a207ea2e6c98ecae3aee2b38dd01e (patch)
tree20d732b6dec5b06199315f440d9cac9c034196e7 /meta-openstack/recipes-devtools/python/python-heatclient_git.bb
parentdb43720c6ce4750be4776d01454a4d5cce21c9e6 (diff)
downloadmeta-cloud-services-e19241b4a82a207ea2e6c98ecae3aee2b38dd01e.tar.gz
clients: update to the latest available clients
To start the kilo update cycle, we refresh and update the clients. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
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 a837ef0..2b9d34a 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.2.12+git${SRCPV}" 26PV="0.3.0+git${SRCPV}"
27SRCREV="3d402d4c936b2714a91b4d9bbf96cdc6dcef6180" 27SRCREV="065d02499ad77b9c481a83dce973cfa4fbb26711"
28S = "${WORKDIR}/git" 28S = "${WORKDIR}/git"
29 29
30inherit setuptools 30inherit setuptools