diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-12-15 15:22:14 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-12-21 17:16:13 -0500 |
| commit | 4f8e0170364f07c39afba459b4d70515267aa870 (patch) | |
| tree | cf77912ef891dc1b2453178a71a0c7ef057db218 /meta-openstack/recipes-devtools/python/python3-glance-store_git.bb | |
| parent | 4a907e91e8e81e4c5505e784037a78b7872bc4ed (diff) | |
| download | meta-cloud-services-4f8e0170364f07c39afba459b4d70515267aa870.tar.gz | |
python3-glance-store: Change to python3
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/python3-glance-store_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-glance-store_git.bb | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-glance-store_git.bb b/meta-openstack/recipes-devtools/python/python3-glance-store_git.bb new file mode 100644 index 0000000..5079958 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-glance-store_git.bb | |||
| @@ -0,0 +1,43 @@ | |||
| 1 | DESCRIPTION = "Glance stores library" | ||
| 2 | HOMEPAGE = "https://github.com/openstack/glance_store" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 6 | |||
| 7 | SRC_URI = "\ | ||
| 8 | git://git.openstack.org/openstack/glance_store.git;branch=stable/pike \ | ||
| 9 | " | ||
| 10 | |||
| 11 | PV="0.22.0+git${SRCPV}" | ||
| 12 | SRCREV="49c915f498fc8d91c98fcf4e07ceecdcf167fc5a" | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools3 | ||
| 16 | |||
| 17 | DEPENDS += " \ | ||
| 18 | python3-pip \ | ||
| 19 | python3-pbr \ | ||
| 20 | " | ||
| 21 | |||
| 22 | # Satisfy setup.py 'setup_requires' | ||
| 23 | DEPENDS += " \ | ||
| 24 | python3-pbr-native \ | ||
| 25 | " | ||
| 26 | |||
| 27 | RDEPENDS_${PN} += " \ | ||
| 28 | bash \ | ||
| 29 | python3-oslo.config \ | ||
| 30 | python3-oslo.i18n \ | ||
| 31 | python3-oslo.serialization \ | ||
| 32 | python3-oslo.utils \ | ||
| 33 | python3-oslo.concurrency \ | ||
| 34 | python3-stevedore \ | ||
| 35 | python3-eventlet \ | ||
| 36 | python3-six \ | ||
| 37 | python3-jsonschema \ | ||
| 38 | python3-keystoneauth1 \ | ||
| 39 | python3-keystoneclient \ | ||
| 40 | python3-requests \ | ||
| 41 | python3-monotonic \ | ||
| 42 | python3-dnspython \ | ||
| 43 | " | ||
