summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb
diff options
context:
space:
mode:
authorJosep Puigdemont <josep.puigdemont@enea.com>2015-12-02 17:32:30 +0100
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-12-07 10:52:38 -0500
commit5c118627c520552235251a4aecce70bf09926c18 (patch)
treec44cf25e5d59e62ea8033ba3d3968010f42187dc /meta-openstack/recipes-devtools/python/python-glanceclient_git.bb
parenta778e8929cc2fffcb299c3738a949370fc13a94d (diff)
downloadmeta-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.bb18
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"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6DEPENDS += " \
7 gmp \
8 python-pip \
9 python-pbr \
10 "
11 6
12SRCREV = "26280ed58b5d16feed4ab27be063d305ef48a252" 7SRCREV = "9333d0e4f2b47cf9a0dd52d71bb3a231422b84d2"
13PV = "0.17.0+git${SRCPV}" 8PV = "0.17.3+git${SRCPV}"
14PR = "r0"
15 9
16SRC_URI = "\ 10SRC_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
26FILES_${PN} += "${datadir}/${SRCNAME}" 20FILES_${PN} += "${datadir}/${SRCNAME}"
27 21
28DEPENDS += " \ 22DEPENDS += " \
29 python-pbr \ 23 gmp \
30 " 24 python-pip \
25 python-pbr \
26 "
31 27
32RDEPENDS_${PN} = "gmp \ 28RDEPENDS_${PN} = "gmp \
33 python-warlock \ 29 python-warlock \