mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

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>
24 lines
658 B
BlitzBasic
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"
|