summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-glance-store_git.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-12-01 15:19:41 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-12-01 21:46:36 -0500
commit2cf8169090392f6a7a4f8f119776f499f181fdf2 (patch)
treed08433f850d396d80a41d8c960d6b77481230c68 /meta-openstack/recipes-devtools/python/python-glance-store_git.bb
parent59d0536a2ab2a6f666ebfc1c5b75ed87e7128afe (diff)
downloadmeta-cloud-services-2cf8169090392f6a7a4f8f119776f499f181fdf2.tar.gz
python-glance-store: initial version
The stable/pike version of this package is required by the stable/pike version of python-glance. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.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.bb37
1 files changed, 37 insertions, 0 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
new file mode 100644
index 0000000..f6cfaa7
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-glance-store_git.bb
@@ -0,0 +1,37 @@
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 setuptools
16
17DEPENDS += " \
18 python-pip \
19 python-pbr \
20 "
21
22RDEPENDS_${PN} += " \
23 bash \
24 python-oslo.config \
25 python-oslo.i18n \
26 python-oslo.serialization \
27 python-oslo.utils \
28 python-oslo.concurrency \
29 python-stevedore \
30 python-enum34 \
31 python-eventlet \
32 python-six \
33 python-jsonschema \
34 python-keystoneauth1 \
35 python-keystoneclient \
36 python-requests \
37 "