blob: f9239b4904ac1f0bcb05f087940c8098b3e54ae5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
DESCRIPTION = "WebSocket client & server library, WAMP real-time framework"
HOMEPAGE = "http://crossbar.io/autobahn"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=49165a577911c4178e915dc26e2802a3"
SRC_URI[sha256sum] = "66b27e066a8ea265541eb07fd964e3116e2b8f51d797eea8a46b55c07fd81a07"
CVE_PRODUCT = "autobahn"
inherit pypi python_hatchling python_setuptools_build_meta
DEPENDS += " \
python3-cffi-native \
"
RDEPENDS:${PN} += " \
python3-twisted \
python3-zopeinterface \
python3-py-ubjson \
python3-cbor2 \
python3-u-msgpack-python \
python3-lz4 \
python3-snappy \
python3-pyopenssl \
python3-txaio \
python3-six \
"
|