From 3207049cd64f5d7a30819dbaa040c19fb6c0a135 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 13 Jun 2023 09:40:09 +0800 Subject: python3-autobahn: upgrade 23.1.2 -> 23.6.1 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-autobahn_23.1.2.bb | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-autobahn_23.1.2.bb (limited to 'meta-python/recipes-devtools/python/python3-autobahn_23.1.2.bb') diff --git a/meta-python/recipes-devtools/python/python3-autobahn_23.1.2.bb b/meta-python/recipes-devtools/python/python3-autobahn_23.1.2.bb deleted file mode 100644 index 26f85e2a47..0000000000 --- a/meta-python/recipes-devtools/python/python3-autobahn_23.1.2.bb +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION = "WebSocket client & server library, WAMP real-time framework" -HOMEPAGE = "http://crossbar.io/autobahn" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3e2c2c2cc2915edc5321b0e6b1d3f5f8" - -SRC_URI[sha256sum] = "c5ef8ca7422015a1af774a883b8aef73d4954c9fcd182c9b5244e08e973f7c3a" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += " \ - ${PYTHON_PN}-twisted \ - ${PYTHON_PN}-zopeinterface \ - ${PYTHON_PN}-py-ubjson \ - ${PYTHON_PN}-cbor2 \ - ${PYTHON_PN}-u-msgpack-python \ - ${PYTHON_PN}-lz4 \ - ${PYTHON_PN}-snappy \ - ${PYTHON_PN}-pyopenssl \ - ${PYTHON_PN}-txaio \ - ${PYTHON_PN}-six \ -" - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf