diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2015-04-15 14:01:07 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-04-16 15:12:21 -0400 |
| commit | 422a13f31e434440b0e15c6f5f22bbafabf00655 (patch) | |
| tree | 09d1aa4156b2da1d7512e26a1ae620d6fb2a07cd /meta-openstack/recipes-devtools/python/python-saharaclient_git.bb | |
| parent | 53e537867412e5e3d51ac48da6229a79dddb18f1 (diff) | |
| download | meta-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.bb | 4 |
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 | ||
| 18 | SRC_URI = "git://github.com/openstack/python-saharaclient.git;branch=master" | 18 | SRC_URI = "git://github.com/openstack/python-saharaclient.git;branch=master" |
| 19 | 19 | ||
| 20 | PV="0.7.7+git${SRCPV}" | 20 | PV = "0.8.0+git${SRCPV}" |
| 21 | SRCREV="319ceb6acf55382218dcd971367613aecb3e4afc" | 21 | SRCREV = "319ceb6acf55382218dcd971367613aecb3e4afc" |
| 22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
| 23 | 23 | ||
| 24 | inherit setuptools | 24 | inherit setuptools |
