summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-saharaclient_git.bb
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2015-04-15 14:01:07 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-04-16 15:12:21 -0400
commit422a13f31e434440b0e15c6f5f22bbafabf00655 (patch)
tree09d1aa4156b2da1d7512e26a1ae620d6fb2a07cd /meta-openstack/recipes-devtools/python/python-saharaclient_git.bb
parent53e537867412e5e3d51ac48da6229a79dddb18f1 (diff)
downloadmeta-cloud-services-422a13f31e434440b0e15c6f5f22bbafabf00655.tar.gz
python-saharaclient: upgrade to 0.8.0
0.7.7 and 0.8.0 are actually the same. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-saharaclient_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-saharaclient_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-saharaclient_git.bb b/meta-openstack/recipes-devtools/python/python-saharaclient_git.bb
index e5a3216..c97ac8c 100644
--- a/meta-openstack/recipes-devtools/python/python-saharaclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-saharaclient_git.bb
@@ -17,8 +17,8 @@ SRCNAME = "saharaclient"
17 17
18SRC_URI = "git://github.com/openstack/python-saharaclient.git;branch=master" 18SRC_URI = "git://github.com/openstack/python-saharaclient.git;branch=master"
19 19
20PV="0.7.7+git${SRCPV}" 20PV = "0.8.0+git${SRCPV}"
21SRCREV="319ceb6acf55382218dcd971367613aecb3e4afc" 21SRCREV = "319ceb6acf55382218dcd971367613aecb3e4afc"
22S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"
23 23
24inherit setuptools 24inherit setuptools