diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-11-13 14:32:25 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-11-14 12:38:27 -0500 |
| commit | 4f88e371c88f8e6c589eb6ab5b482113226cdb33 (patch) | |
| tree | cb4b367f48ad3f0dcbc0f54c572226fde9fd3557 /meta-openstack/recipes-devtools/python/python-glanceclient_git.bb | |
| parent | 8ba6f1dbbcbbde2f6b64e11ec16833cc71be6148 (diff) | |
| download | meta-cloud-services-4f88e371c88f8e6c589eb6ab5b482113226cdb33.tar.gz | |
python-glanceclient: uprev to latest stable/pike
Update runtime dependencies based on requirements.txt, drop old
patches. Required a downrev of python-warlock as this verison is not
compatible with v1.3.0.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.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 | 24 |
1 files changed, 15 insertions, 9 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..00ea2ab 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 = "13b25ff1fed908cfe7b4e719a97efd7121e3be96" |
| 13 | PV = "1.1.0+git${SRCPV}" | 13 | PV = "2.8.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;branch=stable/pike \ |
| 17 | file://fix_glanceclient_memory_leak.patch \ | ||
| 18 | file://glance-api-check.sh \ | 17 | file://glance-api-check.sh \ |
| 19 | " | 18 | " |
| 20 | 19 | ||
| @@ -29,13 +28,20 @@ DEPENDS += " \ | |||
| 29 | python-pbr-native \ | 28 | python-pbr-native \ |
| 30 | " | 29 | " |
| 31 | 30 | ||
| 32 | RDEPENDS_${PN} = "gmp \ | 31 | RDEPENDS_${PN} += " \ |
| 32 | gmp \ | ||
| 33 | bash \ | ||
| 34 | python-pbr \ | ||
| 35 | python-babel \ | ||
| 36 | python-prettytable \ | ||
| 37 | python-keystoneauth1 \ | ||
| 38 | python-requests \ | ||
| 33 | python-warlock \ | 39 | python-warlock \ |
| 40 | python-six \ | ||
| 41 | python-oslo.utils \ | ||
| 42 | python-oslo.i18n \ | ||
| 43 | python-wrapt \ | ||
| 34 | python-pyopenssl \ | 44 | python-pyopenssl \ |
| 35 | python-prettytable \ | ||
| 36 | python-setuptools-git \ | ||
| 37 | python-pbr \ | ||
| 38 | bash \ | ||
| 39 | " | 45 | " |
| 40 | 46 | ||
| 41 | MONITOR_CHECKS_${PN} += "\ | 47 | MONITOR_CHECKS_${PN} += "\ |
