diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-05-31 13:26:49 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-06-07 11:44:16 +0200 |
| commit | 2ca128667be174fe652d35c54c8e74d5abea151e (patch) | |
| tree | 6eea2484a42a4967470530516503b2b02d84b512 /meta-openstack/recipes-devtools/python/python-glanceclient_git.bb | |
| parent | 34d600edff2b60905104aecf1cfd7fe59f9aa697 (diff) | |
| download | meta-cloud-services-2ca128667be174fe652d35c54c8e74d5abea151e.tar.gz | |
python-glanceclient: Uprev to 2.5.0
This is used by latest stable/newton
Drop memeroy leak patch, has been fixed in the new version.
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-glanceclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-glanceclient_git.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb index 22dc854..db4b081 100644 --- a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb | |||
| @@ -9,12 +9,11 @@ DEPENDS += " \ | |||
| 9 | python-pbr \ | 9 | python-pbr \ |
| 10 | " | 10 | " |
| 11 | 11 | ||
| 12 | SRCREV = "86635868c1eb3aec0c065c12cb9928c613940f36" | 12 | SRCREV = "d4196325eb05dadfaf62d8facbd8c6fe50f72166" |
| 13 | PV = "1.1.0+git${SRCPV}" | 13 | PV = "2.5.0+git${SRCPV}" |
| 14 | 14 | ||
| 15 | SRC_URI = "\ | 15 | SRC_URI = "\ |
| 16 | git://github.com/openstack/${BPN}.git;protocol=https \ | 16 | git://github.com/openstack/${BPN}.git;protocol=https;branch=stable/newton \ |
| 17 | file://fix_glanceclient_memory_leak.patch \ | ||
| 18 | file://glance-api-check.sh \ | 17 | file://glance-api-check.sh \ |
| 19 | " | 18 | " |
| 20 | 19 | ||
