From e5d95f2717034b4d468780ecf24381115f43563e Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Mon, 17 Jul 2023 11:20:29 -0400 Subject: python3-autobahn: upgrade 23.6.1 -> 23.6.2 Changelog: https://github.com/crossbario/autobahn-python/blob/master/docs/changelog.rst Changes: - fix: use regular PyPI bitarray>=2.7.5 rather than from GitHub master Signed-off-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../python/python3-autobahn_23.6.1.bb | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-autobahn_23.6.1.bb (limited to 'meta-python/recipes-devtools/python/python3-autobahn_23.6.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-autobahn_23.6.1.bb b/meta-python/recipes-devtools/python/python3-autobahn_23.6.1.bb deleted file mode 100644 index dc11b85dab..0000000000 --- a/meta-python/recipes-devtools/python/python3-autobahn_23.6.1.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] = "ce6e540402e3524ca46c55a1bc46255225969b5837ca792ea5415d21ac571034" - -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