summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2019-12-05 09:20:06 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-12-06 14:10:45 -0500
commite7f260091c56f98fe8bb0921a4e4567c0bfbdda3 (patch)
tree65e2b33a86078e3a1357a927ac7e5484fb2e8edd /meta-openstack
parent8c9c30a894d23c50da2b588216ccee794518ce2f (diff)
downloadmeta-cloud-services-e7f260091c56f98fe8bb0921a4e4567c0bfbdda3.tar.gz
python-rtslib-fb: Add python3 version
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/python/python-rtslib-fb.inc20
-rw-r--r--meta-openstack/recipes-devtools/python/python-rtslib-fb_2.1.51.bb22
-rw-r--r--meta-openstack/recipes-devtools/python/python3-rtslib-fb_2.1.51.bb2
3 files changed, 24 insertions, 20 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-rtslib-fb.inc b/meta-openstack/recipes-devtools/python/python-rtslib-fb.inc
new file mode 100644
index 0000000..e14f33d
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-rtslib-fb.inc
@@ -0,0 +1,20 @@
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
7SRC_URI[md5sum] = "4ec7575eb90b7c5a91bbea2962f0e036"
8SRC_URI[sha256sum] = "1902c581d6e04b7813f3cd1b11e2abc796205f646c39571cbbb809229fd5553e"
9
10inherit pypi
11
12# DEPENDS_default: python-pip
13
14DEPENDS += " \
15 ${PYTHON_PN}-pip \
16 "
17
18# RDEPENDS_default:
19RDEPENDS_${PN} += " \
20 "
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
index 46d6cc4..5e4d074 100644
--- 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
@@ -1,20 +1,2 @@
1DESCRIPTION = "API for Linux kernel SCSI target (aka LIO)" 1require python-rtslib-fb.inc
2HOMEPAGE = "http://github.com/agrover/rtslib-fb" 2inherit setuptools
3SECTION = "devel/python"
4LICENSE = "Apache-2"
5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=867c358d5dbac2602d0c0f850f731e62"
6
7SRC_URI[md5sum] = "4ec7575eb90b7c5a91bbea2962f0e036"
8SRC_URI[sha256sum] = "1902c581d6e04b7813f3cd1b11e2abc796205f646c39571cbbb809229fd5553e"
9
10inherit setuptools pypi
11
12# DEPENDS_default: python-pip
13
14DEPENDS += " \
15 python-pip \
16 "
17
18# RDEPENDS_default:
19RDEPENDS_${PN} += " \
20 "
diff --git a/meta-openstack/recipes-devtools/python/python3-rtslib-fb_2.1.51.bb b/meta-openstack/recipes-devtools/python/python3-rtslib-fb_2.1.51.bb
new file mode 100644
index 0000000..571b68c
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-rtslib-fb_2.1.51.bb
@@ -0,0 +1,2 @@
1require python-rtslib-fb.inc
2inherit setuptools3