summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-rtslib-fb_2.1.51.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.51.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.51.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-rtslib-fb_2.1.51.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-rtslib-fb_2.1.51.bb b/meta-openstack/recipes-devtools/python/python-rtslib-fb_2.1.51.bb
new file mode 100644
index 0000000..45eea40
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-rtslib-fb_2.1.51.bb
@@ -0,0 +1,26 @@
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=867c358d5dbac2602d0c0f850f731e62"
6
7
8SRCNAME = "rtslib-fb"
9SRC_URI = "http://pypi.python.org/packages/source/r/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
10
11SRC_URI[md5sum] = "4ec7575eb90b7c5a91bbea2962f0e036"
12SRC_URI[sha256sum] = "1902c581d6e04b7813f3cd1b11e2abc796205f646c39571cbbb809229fd5553e"
13
14S = "${WORKDIR}/${SRCNAME}-${PV}"
15
16inherit setuptools
17
18# DEPENDS_default: python-pip
19
20DEPENDS += " \
21 python-pip \
22 "
23
24# RDEPENDS_default:
25RDEPENDS_${PN} += " \
26 "