From 89fde7936386dcb530e6b28455d37f0dacd8b2ce Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 8 Sep 2020 10:42:59 +0800 Subject: python3-rtslib-fb: upgrade 2.1.51 -> 2.1.74 Since python2 is no longer maintained, the recipe of python2 is removed. Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-rtslib-fb.inc | 20 ----------------- .../python/python-rtslib-fb_2.1.51.bb | 2 -- .../python/python3-rtslib-fb_2.1.51.bb | 2 -- .../python/python3-rtslib-fb_2.1.74.bb | 25 ++++++++++++++++++++++ 4 files changed, 25 insertions(+), 24 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-rtslib-fb.inc delete mode 100644 meta-openstack/recipes-devtools/python/python-rtslib-fb_2.1.51.bb delete mode 100644 meta-openstack/recipes-devtools/python/python3-rtslib-fb_2.1.51.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-rtslib-fb_2.1.74.bb diff --git a/meta-openstack/recipes-devtools/python/python-rtslib-fb.inc b/meta-openstack/recipes-devtools/python/python-rtslib-fb.inc deleted file mode 100644 index e14f33d..0000000 --- a/meta-openstack/recipes-devtools/python/python-rtslib-fb.inc +++ /dev/null @@ -1,20 +0,0 @@ -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=867c358d5dbac2602d0c0f850f731e62" - -SRC_URI[md5sum] = "4ec7575eb90b7c5a91bbea2962f0e036" -SRC_URI[sha256sum] = "1902c581d6e04b7813f3cd1b11e2abc796205f646c39571cbbb809229fd5553e" - -inherit pypi - -# DEPENDS_default: python-pip - -DEPENDS += " \ - ${PYTHON_PN}-pip \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - " 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 deleted file mode 100644 index 571b68c..0000000 --- a/meta-openstack/recipes-devtools/python/python-rtslib-fb_2.1.51.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-rtslib-fb.inc -inherit setuptools3 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 deleted file mode 100644 index 571b68c..0000000 --- a/meta-openstack/recipes-devtools/python/python3-rtslib-fb_2.1.51.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-rtslib-fb.inc -inherit setuptools3 diff --git a/meta-openstack/recipes-devtools/python/python3-rtslib-fb_2.1.74.bb b/meta-openstack/recipes-devtools/python/python3-rtslib-fb_2.1.74.bb new file mode 100644 index 0000000..e1eef6b --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-rtslib-fb_2.1.74.bb @@ -0,0 +1,25 @@ +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=cf391b108961d84a581f45259ec47c52" + +SRC_URI[md5sum] = "85ab011e3a98fb585d8a0fb337c5dab4" +SRC_URI[sha256sum] = "6f15bc30b55e0d35f29edde4f35880965b2f1e9acee1424e6e9820f32b0a925c" + +inherit setuptools3 pypi + +# DEPENDS_default: python-pip + +DEPENDS += " \ + ${PYTHON_PN}-pip \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-json \ + ${PYTHON_PN}-shell \ + ${PYTHON_PN}-six \ + ${PYTHON_PN}-pyudev \ + ${PYTHON_PN}-resource \ + " -- cgit v1.2.3-54-g00ecf