diff options
| author | Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | 2019-09-02 19:53:09 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-09-03 15:51:04 -0400 |
| commit | 854e461d17bd665e5fbecc0ad0753be58440de40 (patch) | |
| tree | 74eabe107ec86457b3cc6c84c838402802289370 /meta-openstack/recipes-devtools/python/python-glanceclient_git.bb | |
| parent | 6088220c3eb66ace3e5db0f890787559f3e3a761 (diff) | |
| download | meta-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.bb | 18 |
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" | |||
| 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 | SRC_URI = "git://github.com/openstack/python-glanceclient.git \ | ||
| 7 | file://glance-api-check.sh \ | ||
| 8 | " | ||
| 9 | |||
| 10 | PV = "2.16.0+git${SRCPV}" | ||
| 11 | SRCREV = "44a4dbd6ce2642daeaca9f45ac99e2d1b39e805a" | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 6 | DEPENDS += " \ | 14 | DEPENDS += " \ |
| 7 | gmp \ | 15 | gmp \ |
| 8 | python-pip \ | 16 | python-pip \ |
| 9 | python-pbr \ | 17 | python-pbr \ |
| 10 | " | 18 | " |
| 11 | 19 | ||
| 12 | SRCREV = "13b25ff1fed908cfe7b4e719a97efd7121e3be96" | ||
| 13 | PV = "2.8.0+git${SRCPV}" | ||
| 14 | |||
| 15 | SRC_URI = "\ | ||
| 16 | git://github.com/openstack/${BPN}.git;branch=stable/pike \ | ||
| 17 | file://glance-api-check.sh \ | ||
| 18 | " | ||
| 19 | |||
| 20 | S = "${WORKDIR}/git" | ||
| 21 | |||
| 22 | inherit setuptools monitor rmargparse | 20 | inherit setuptools monitor rmargparse |
| 23 | 21 | ||
| 24 | FILES_${PN} += "${datadir}/${SRCNAME}" | 22 | FILES_${PN} += "${datadir}/${SRCNAME}" |
