blob: d9cc40b1b4b0d7bd87f657d0922860ee0924ea1e [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001DESCRIPTION = "WebSocket client & server library, WAMP real-time framework"
2HOMEPAGE = "http://crossbar.io/autobahn"
3LICENSE = "MIT"
Andrew Geisslerc5535c92023-01-27 16:10:19 -06004LIC_FILES_CHKSUM = "file://LICENSE;md5=3e2c2c2cc2915edc5321b0e6b1d3f5f8"
Andrew Geissler517393d2023-01-13 08:55:19 -06005
Andrew Geissler8f840682023-07-21 09:09:43 -05006SRC_URI[sha256sum] = "ec9421c52a2103364d1ef0468036e6019ee84f71721e86b36fe19ad6966c1181"
Andrew Geissler517393d2023-01-13 08:55:19 -06007
8inherit pypi setuptools3
9
10RDEPENDS:${PN} += " \
Patrick Williams39653562024-03-01 08:54:02 -060011 python3-twisted \
12 python3-zopeinterface \
13 python3-py-ubjson \
14 python3-cbor2 \
15 python3-u-msgpack-python \
16 python3-lz4 \
17 python3-snappy \
18 python3-pyopenssl \
19 python3-txaio \
20 python3-six \
Andrew Geissler517393d2023-01-13 08:55:19 -060021"