From ebea4f722017f6f38fa639c120bb5795fbaa1f42 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 21 Oct 2014 09:54:00 -0400 Subject: cinder/libs: add rtslib-fb To support iscsi backends, cinder uses rtslib-fb. Signed-off-by: Bruce Ashfield --- .../python/python-rtslib-fb_2.1.32.bb | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-rtslib-fb_2.1.32.bb (limited to 'meta-openstack/recipes-devtools/python/python-rtslib-fb_2.1.32.bb') diff --git a/meta-openstack/recipes-devtools/python/python-rtslib-fb_2.1.32.bb b/meta-openstack/recipes-devtools/python/python-rtslib-fb_2.1.32.bb new file mode 100644 index 0000000..e8f67eb --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-rtslib-fb_2.1.32.bb @@ -0,0 +1,27 @@ +DESCRIPTION = "API for Linux kernel SCSI target (aka LIO)" +HOMEPAGE = "http://github.com/agrover/rtslib-fb" +SECTION = "devel/python" +LICENSE = "Apache-2" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=d137b5d839a18895dc0928806ef43548" + +PR = "r0" + +SRCNAME = "rtslib-fb" +SRC_URI = "http://pypi.python.org/packages/source/r/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "3dac896f1a8a8f71d3c83ffb087d845b" +SRC_URI[sha256sum] = "2239a0421518e2a3df80ad801d70a5d55340199f956abbcb6d6bbfc4dbee59da" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +# DEPENDS_default: python-pip + +DEPENDS += " \ + python-pip \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + " -- cgit v1.2.3-54-g00ecf