From de5ae282c8a20ea90ac95898e7cf20912356eef7 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 16 Sep 2014 15:23:36 -0400 Subject: glancestore: introduce glancestore project The storage backends have been factored out of the core glance repository. So we introduce glancestore to meet the backend requirements of glance. Signed-off-by: Bruce Ashfield --- .../python/python-glancestore_git.bb | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-glancestore_git.bb (limited to 'meta-openstack/recipes-devtools') diff --git a/meta-openstack/recipes-devtools/python/python-glancestore_git.bb b/meta-openstack/recipes-devtools/python/python-glancestore_git.bb new file mode 100644 index 0000000..33feae3 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-glancestore_git.bb @@ -0,0 +1,32 @@ +DESCRIPTION = "Glance's stores library" +HOMEPAGE = "https://github.com/openstack/glance_store" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" + +SRCREV = "32d5baa37d1efe1f5372d0171c7edcd719885db6" +PV = "0.1.7+git${SRCPV}" + +SRC_URI = "\ + git://github.com/openstack/glance_store.git \ + " + +S = "${WORKDIR}/git" + +inherit setuptools + +DEPENDS += " \ + gmp \ + python-pip \ + python-pbr \ + " + +RDEPENDS_${PN} = " \ + python-eventlet \ + python-iso8601 \ + python-six \ + python-cinderclient \ + python-oslo.config \ + python-oslo.i18n \ + " + -- cgit v1.2.3-54-g00ecf