summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-rtslib-fb_2.1.32.bb
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2015-04-29 11:08:47 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-04-29 12:29:41 -0400
commit03fdfce675016fc7d72ea96720c94d1e5a3107b2 (patch)
treee4f27fb9a101e31d748eaffbd25113ac60ceb70a /meta-openstack/recipes-devtools/python/python-rtslib-fb_2.1.32.bb
parent056fd40ee150eec23628b1e437682b5b27dc5aa9 (diff)
downloadmeta-cloud-services-03fdfce675016fc7d72ea96720c94d1e5a3107b2.tar.gz
python-rtslib-fb: upgrade to 2.1.51
Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-rtslib-fb_2.1.32.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-rtslib-fb_2.1.32.bb27
1 files changed, 0 insertions, 27 deletions
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
deleted file mode 100644
index e8f67eb..0000000
--- a/meta-openstack/recipes-devtools/python/python-rtslib-fb_2.1.32.bb
+++ /dev/null
@@ -1,27 +0,0 @@
1DESCRIPTION = "API for Linux kernel SCSI target (aka LIO)"
2HOMEPAGE = "http://github.com/agrover/rtslib-fb"
3SECTION = "devel/python"
4LICENSE = "Apache-2"
5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=d137b5d839a18895dc0928806ef43548"
6
7PR = "r0"
8
9SRCNAME = "rtslib-fb"
10SRC_URI = "http://pypi.python.org/packages/source/r/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "3dac896f1a8a8f71d3c83ffb087d845b"
13SRC_URI[sha256sum] = "2239a0421518e2a3df80ad801d70a5d55340199f956abbcb6d6bbfc4dbee59da"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools
18
19# DEPENDS_default: python-pip
20
21DEPENDS += " \
22 python-pip \
23 "
24
25# RDEPENDS_default:
26RDEPENDS_${PN} += " \
27 "