diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-autobahn_25.12.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-autobahn_25.12.2.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-autobahn_25.12.2.bb b/meta-python/recipes-devtools/python/python3-autobahn_25.12.2.bb new file mode 100644 index 0000000000..4a25d0fa88 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-autobahn_25.12.2.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | DESCRIPTION = "WebSocket client & server library, WAMP real-time framework" | ||
| 2 | HOMEPAGE = "http://crossbar.io/autobahn" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=49165a577911c4178e915dc26e2802a3" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "754c06a54753aeb7e8d10c5cbf03249ad9e2a1a32bca8be02865c6f00628a98c" | ||
| 7 | |||
| 8 | CVE_PRODUCT = "autobahn" | ||
| 9 | |||
| 10 | inherit pypi python_hatchling python_setuptools_build_meta | ||
| 11 | |||
| 12 | DEPENDS += " \ | ||
| 13 | python3-cffi-native \ | ||
| 14 | " | ||
| 15 | |||
| 16 | RDEPENDS:${PN} += " \ | ||
| 17 | python3-twisted \ | ||
| 18 | python3-zopeinterface \ | ||
| 19 | python3-py-ubjson \ | ||
| 20 | python3-cbor2 \ | ||
| 21 | python3-u-msgpack-python \ | ||
| 22 | python3-lz4 \ | ||
| 23 | python3-snappy \ | ||
| 24 | python3-pyopenssl \ | ||
| 25 | python3-txaio \ | ||
| 26 | python3-six \ | ||
| 27 | " | ||
