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 --- .../python/python3-rtslib-fb_2.1.74.bb | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python3-rtslib-fb_2.1.74.bb (limited to 'meta-openstack/recipes-devtools/python/python3-rtslib-fb_2.1.74.bb') 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