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-heatclient_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/python/python-heatclient_git.bb') 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" SRC_URI = "git://github.com/openstack/python-heatclient.git;branch=master" -PV="git${SRCPV}" +PV="0.2.5+git${SRCPV}" SRCREV="30032302f359985335d50e80abb03ba901143168" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf