meta-openembedded/meta-python/recipes-devtools/python/python3-autobahn_21.3.1.bb
Martin Jansa c61dc077bb Convert to new override syntax
This is the result of automated script (0.9.1) conversion:

oe-core/scripts/contrib/convert-overrides.py .

converting the metadata to use ":" as the override character instead of "_".

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2021-08-03 10:21:25 -07:00

24 lines
658 B
BlitzBasic

DESCRIPTION = "WebSocket client & server library, WAMP real-time framework"
HOMEPAGE = "http://crossbar.io/autobahn"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=97c0bda20ad1d845c6369c0e47a1cd98"
SRC_URI[sha256sum] = "e126c1f583e872fb59e79d36977cfa1f2d0a8a79f90ae31f406faae7664b8e03"
inherit pypi setuptools3
RDEPENDS:${PN} += " \
${PYTHON_PN}-twisted \
${PYTHON_PN}-zopeinterface \
${PYTHON_PN}-py-ubjson \
${PYTHON_PN}-cbor2 \
${PYTHON_PN}-u-msgpack-python \
${PYTHON_PN}-lz4 \
${PYTHON_PN}-snappy \
${PYTHON_PN}-pyopenssl \
${PYTHON_PN}-txaio \
${PYTHON_PN}-six \
"
BBCLASSEXTEND = "native nativesdk"