mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-15 14:11:24 +00:00
f836bddebb
This package uses hatchling now. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
30 lines
729 B
BlitzBasic
30 lines
729 B
BlitzBasic
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 += "file://0001-Skip-march-guessing-for-external-cross-toolchains.patch"
|
|
|
|
SRC_URI[sha256sum] = "c6949a2c6eb95fb1c218837dbda0a59abbbebafb8b11098551c01a7061dfd245"
|
|
|
|
CVE_PRODUCT = "autobahn"
|
|
|
|
inherit pypi python_hatchling
|
|
|
|
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 \
|
|
"
|