summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-autobahn_23.1.2.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-02-27 16:05:49 +0800
committerKhem Raj <raj.khem@gmail.com>2023-02-27 09:43:08 -0800
commit55269c4fec751d6fe78c920818a117802effdb72 (patch)
treeb1c3ade0172a9a0ce096d24403e4ece6db87ecf9 /meta-python/recipes-devtools/python/python3-autobahn_23.1.2.bb
parent8baf471be1e5466b3e439d610b74f8645b1bfa35 (diff)
downloadmeta-openembedded-55269c4fec751d6fe78c920818a117802effdb72.tar.gz
python3-autobahn: upgrade 23.1.1 -> 23.1.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-autobahn_23.1.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-autobahn_23.1.2.bb23
1 files changed, 23 insertions, 0 deletions
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
new file mode 100644
index 0000000000..26f85e2a47
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-autobahn_23.1.2.bb
@@ -0,0 +1,23 @@
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] = "c5ef8ca7422015a1af774a883b8aef73d4954c9fcd182c9b5244e08e973f7c3a"
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"