From a0c214734ab594d018354c5262b653aeb428a20b Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 9 Dec 2013 10:19:14 -0500 Subject: 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 --- meta-openstack/recipes-devtools/python/python-novaclient_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-novaclient_git.bb') 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" SRC_URI = "git://github.com/openstack/python-novaclient.git;branch=master" -PV="git${SRCPV}" -SRCREV="1d2263dae339590b60250793bc81ec5776845060" +PV="2.15.0+git${SRCPV}" +SRCREV="dd4bc08dd9a571637734a92c9411c32ea1f36dcf" S = "${WORKDIR}/git" inherit setuptools -- cgit v1.2.3-54-g00ecf