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