summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-heatclient_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-12-09 10:19:14 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-12-09 10:21:20 -0500
commita0c214734ab594d018354c5262b653aeb428a20b (patch)
tree24c832739c87902da2de4f945f8faa8fae465b28 /meta-openstack/recipes-devtools/python/python-heatclient_git.bb
parent03a27c5be9e82add58c8d2f02d7b0f69fe78b9c3 (diff)
downloadmeta-cloud-services-a0c214734ab594d018354c5262b653aeb428a20b.tar.gz
python-*client: update PV to include client version
Rather than only using the git has for the client apis, we'll also use the latest tagged version. This makes the mapping to pypi and capabilities much simpler. 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.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb
index 435ab1f..3316cf9 100644
--- a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb
@@ -16,7 +16,7 @@ PR = "r0"
16 16
17SRC_URI = "git://github.com/openstack/python-heatclient.git;branch=master" 17SRC_URI = "git://github.com/openstack/python-heatclient.git;branch=master"
18 18
19PV="git${SRCPV}" 19PV="0.2.5+git${SRCPV}"
20SRCREV="30032302f359985335d50e80abb03ba901143168" 20SRCREV="30032302f359985335d50e80abb03ba901143168"
21S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
22 22