diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-12-01 15:19:41 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-12-01 21:46:36 -0500 |
| commit | 2cf8169090392f6a7a4f8f119776f499f181fdf2 (patch) | |
| tree | d08433f850d396d80a41d8c960d6b77481230c68 /meta-openstack/recipes-devtools/python | |
| parent | 59d0536a2ab2a6f666ebfc1c5b75ed87e7128afe (diff) | |
| download | meta-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')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-glance-store_git.bb | 37 |
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 @@ | |||
| 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 setuptools | ||
| 16 | |||
| 17 | DEPENDS += " \ | ||
| 18 | python-pip \ | ||
| 19 | python-pbr \ | ||
| 20 | " | ||
| 21 | |||
| 22 | RDEPENDS_${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 | " | ||
