summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-novaclient_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-novaclient_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-novaclient_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-novaclient_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
index 22425a0..9b253c0 100644
--- a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
@@ -9,8 +9,8 @@ PR = "r0"
9 9
10SRC_URI = "git://github.com/openstack/python-novaclient.git;branch=master" 10SRC_URI = "git://github.com/openstack/python-novaclient.git;branch=master"
11 11
12PV="git${SRCPV}" 12PV="2.15.0+git${SRCPV}"
13SRCREV="1d2263dae339590b60250793bc81ec5776845060" 13SRCREV="dd4bc08dd9a571637734a92c9411c32ea1f36dcf"
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16inherit setuptools 16inherit setuptools