summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-autobahn_25.11.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-autobahn_25.11.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-autobahn_25.11.1.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-autobahn_25.11.1.bb b/meta-python/recipes-devtools/python/python3-autobahn_25.11.1.bb
new file mode 100644
index 0000000000..45d2fd5e8c
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-autobahn_25.11.1.bb
@@ -0,0 +1,25 @@
1DESCRIPTION = "WebSocket client & server library, WAMP real-time framework"
2HOMEPAGE = "http://crossbar.io/autobahn"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=588502cb4ffc65da2b26780d6baa5a40"
5
6SRC_URI[sha256sum] = "52e62b9cc80c3e989b182952a60fd25c9a69afb00854a925a2b185f7b1f73cf1"
7
8inherit pypi python_setuptools_build_meta
9
10DEPENDS += " \
11 python3-cffi-native \
12"
13
14RDEPENDS:${PN} += " \
15 python3-twisted \
16 python3-zopeinterface \
17 python3-py-ubjson \
18 python3-cbor2 \
19 python3-u-msgpack-python \
20 python3-lz4 \
21 python3-snappy \
22 python3-pyopenssl \
23 python3-txaio \
24 python3-six \
25"