summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-autobahn_23.6.1.bb
diff options
context:
space:
mode:
authorTrevor Gamblin <tgamblin@baylibre.com>2023-07-17 11:20:29 -0400
committerKhem Raj <raj.khem@gmail.com>2023-07-17 10:38:28 -0700
commite5d95f2717034b4d468780ecf24381115f43563e (patch)
tree325dbf8ce4b0789b957a52804f9323892d1b86d4 /meta-python/recipes-devtools/python/python3-autobahn_23.6.1.bb
parenta2e5746629a1cff42391007895536d82310dae8c (diff)
downloadmeta-openembedded-e5d95f2717034b4d468780ecf24381115f43563e.tar.gz
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 <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-autobahn_23.6.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-autobahn_23.6.1.bb23
1 files changed, 0 insertions, 23 deletions
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 @@
1DESCRIPTION = "WebSocket client & server library, WAMP real-time framework"
2HOMEPAGE = "http://crossbar.io/autobahn"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=3e2c2c2cc2915edc5321b0e6b1d3f5f8"
5
6SRC_URI[sha256sum] = "ce6e540402e3524ca46c55a1bc46255225969b5837ca792ea5415d21ac571034"
7
8inherit pypi setuptools3
9
10RDEPENDS:${PN} += " \
11 ${PYTHON_PN}-twisted \
12 ${PYTHON_PN}-zopeinterface \
13 ${PYTHON_PN}-py-ubjson \
14 ${PYTHON_PN}-cbor2 \
15 ${PYTHON_PN}-u-msgpack-python \
16 ${PYTHON_PN}-lz4 \
17 ${PYTHON_PN}-snappy \
18 ${PYTHON_PN}-pyopenssl \
19 ${PYTHON_PN}-txaio \
20 ${PYTHON_PN}-six \
21"
22
23BBCLASSEXTEND = "native nativesdk"