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-06-13 09:40:09 +0800
committerKhem Raj <raj.khem@gmail.com>2023-06-14 09:41:35 -0700
commit3207049cd64f5d7a30819dbaa040c19fb6c0a135 (patch)
tree31495e156f441995a34a93cc1b292a889038bf6c /meta-python/recipes-devtools/python/python3-autobahn_23.1.2.bb
parent3ab34152a04ffa5503a673339333b1b4910518f5 (diff)
downloadmeta-openembedded-3207049cd64f5d7a30819dbaa040c19fb6c0a135.tar.gz
python3-autobahn: upgrade 23.1.2 -> 23.6.1
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, 0 insertions, 23 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
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 @@
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"