summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb
diff options
context:
space:
mode:
authorZheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>2019-09-02 19:53:09 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-09-03 15:51:04 -0400
commit854e461d17bd665e5fbecc0ad0753be58440de40 (patch)
tree74eabe107ec86457b3cc6c84c838402802289370 /meta-openstack/recipes-devtools/python/python-glanceclient_git.bb
parent6088220c3eb66ace3e5db0f890787559f3e3a761 (diff)
downloadmeta-cloud-services-854e461d17bd665e5fbecc0ad0753be58440de40.tar.gz
python-glanceclient: upgrade 2.8.0 -> 2.16.0
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.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, 8 insertions, 10 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb
index 00ea2ab..e828cba 100644
--- a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb
@@ -3,22 +3,20 @@ 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"
6SRC_URI = "git://github.com/openstack/python-glanceclient.git \
7 file://glance-api-check.sh \
8 "
9
10PV = "2.16.0+git${SRCPV}"
11SRCREV = "44a4dbd6ce2642daeaca9f45ac99e2d1b39e805a"
12S = "${WORKDIR}/git"
13
6DEPENDS += " \ 14DEPENDS += " \
7 gmp \ 15 gmp \
8 python-pip \ 16 python-pip \
9 python-pbr \ 17 python-pbr \
10 " 18 "
11 19
12SRCREV = "13b25ff1fed908cfe7b4e719a97efd7121e3be96"
13PV = "2.8.0+git${SRCPV}"
14
15SRC_URI = "\
16 git://github.com/openstack/${BPN}.git;branch=stable/pike \
17 file://glance-api-check.sh \
18 "
19
20S = "${WORKDIR}/git"
21
22inherit setuptools monitor rmargparse 20inherit setuptools monitor rmargparse
23 21
24FILES_${PN} += "${datadir}/${SRCNAME}" 22FILES_${PN} += "${datadir}/${SRCNAME}"