diff options
| author | Josep Puigdemont <josep.puigdemont@enea.com> | 2015-12-02 17:32:30 +0100 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-12-07 10:52:38 -0500 |
| commit | 5c118627c520552235251a4aecce70bf09926c18 (patch) | |
| tree | c44cf25e5d59e62ea8033ba3d3968010f42187dc /meta-openstack/recipes-devtools/python/python-glanceclient_git.bb | |
| parent | a778e8929cc2fffcb299c3738a949370fc13a94d (diff) | |
| download | meta-cloud-services-5c118627c520552235251a4aecce70bf09926c18.tar.gz | |
python-glanceclient: upgrade to 0.17.3
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.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 | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb index 5435b06..430e32d 100644 --- a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb | |||
| @@ -3,18 +3,12 @@ HOMEPAGE = "https://github.com/openstack/python-glanceclient" | |||
| 3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" |
| 6 | DEPENDS += " \ | ||
| 7 | gmp \ | ||
| 8 | python-pip \ | ||
| 9 | python-pbr \ | ||
| 10 | " | ||
| 11 | 6 | ||
| 12 | SRCREV = "26280ed58b5d16feed4ab27be063d305ef48a252" | 7 | SRCREV = "9333d0e4f2b47cf9a0dd52d71bb3a231422b84d2" |
| 13 | PV = "0.17.0+git${SRCPV}" | 8 | PV = "0.17.3+git${SRCPV}" |
| 14 | PR = "r0" | ||
| 15 | 9 | ||
| 16 | SRC_URI = "\ | 10 | SRC_URI = "\ |
| 17 | git://github.com/openstack/${BPN}.git;protocol=https \ | 11 | git://github.com/openstack/${BPN}.git;protocol=https;branch=stable/kilo \ |
| 18 | file://fix_glanceclient_memory_leak.patch \ | 12 | file://fix_glanceclient_memory_leak.patch \ |
| 19 | file://glance-api-check.sh \ | 13 | file://glance-api-check.sh \ |
| 20 | " | 14 | " |
| @@ -26,8 +20,10 @@ inherit setuptools monitor | |||
| 26 | FILES_${PN} += "${datadir}/${SRCNAME}" | 20 | FILES_${PN} += "${datadir}/${SRCNAME}" |
| 27 | 21 | ||
| 28 | DEPENDS += " \ | 22 | DEPENDS += " \ |
| 29 | python-pbr \ | 23 | gmp \ |
| 30 | " | 24 | python-pip \ |
| 25 | python-pbr \ | ||
| 26 | " | ||
| 31 | 27 | ||
| 32 | RDEPENDS_${PN} = "gmp \ | 28 | RDEPENDS_${PN} = "gmp \ |
| 33 | python-warlock \ | 29 | python-warlock \ |
