diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2019-12-05 09:20:06 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-12-06 14:10:45 -0500 |
| commit | e7f260091c56f98fe8bb0921a4e4567c0bfbdda3 (patch) | |
| tree | 65e2b33a86078e3a1357a927ac7e5484fb2e8edd | |
| parent | 8c9c30a894d23c50da2b588216ccee794518ce2f (diff) | |
| download | meta-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>
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 @@ | |||
| 1 | DESCRIPTION = "API for Linux kernel SCSI target (aka LIO)" | ||
| 2 | HOMEPAGE = "http://github.com/agrover/rtslib-fb" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=867c358d5dbac2602d0c0f850f731e62" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "4ec7575eb90b7c5a91bbea2962f0e036" | ||
| 8 | SRC_URI[sha256sum] = "1902c581d6e04b7813f3cd1b11e2abc796205f646c39571cbbb809229fd5553e" | ||
| 9 | |||
| 10 | inherit pypi | ||
| 11 | |||
| 12 | # DEPENDS_default: python-pip | ||
| 13 | |||
| 14 | DEPENDS += " \ | ||
| 15 | ${PYTHON_PN}-pip \ | ||
| 16 | " | ||
| 17 | |||
| 18 | # RDEPENDS_default: | ||
| 19 | RDEPENDS_${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 @@ | |||
| 1 | DESCRIPTION = "API for Linux kernel SCSI target (aka LIO)" | 1 | require python-rtslib-fb.inc |
| 2 | HOMEPAGE = "http://github.com/agrover/rtslib-fb" | 2 | inherit setuptools |
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=867c358d5dbac2602d0c0f850f731e62" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "4ec7575eb90b7c5a91bbea2962f0e036" | ||
| 8 | SRC_URI[sha256sum] = "1902c581d6e04b7813f3cd1b11e2abc796205f646c39571cbbb809229fd5553e" | ||
| 9 | |||
| 10 | inherit setuptools pypi | ||
| 11 | |||
| 12 | # DEPENDS_default: python-pip | ||
| 13 | |||
| 14 | DEPENDS += " \ | ||
| 15 | python-pip \ | ||
| 16 | " | ||
| 17 | |||
| 18 | # RDEPENDS_default: | ||
| 19 | RDEPENDS_${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 @@ | |||
| 1 | require python-rtslib-fb.inc | ||
| 2 | inherit setuptools3 | ||
