diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-autobahn_25.11.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-autobahn_25.11.1.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-autobahn_25.11.1.bb b/meta-python/recipes-devtools/python/python3-autobahn_25.11.1.bb new file mode 100644 index 0000000000..45d2fd5e8c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-autobahn_25.11.1.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 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=588502cb4ffc65da2b26780d6baa5a40" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "52e62b9cc80c3e989b182952a60fd25c9a69afb00854a925a2b185f7b1f73cf1" | ||
| 7 | |||
| 8 | inherit pypi python_setuptools_build_meta | ||
| 9 | |||
| 10 | DEPENDS += " \ | ||
| 11 | python3-cffi-native \ | ||
| 12 | " | ||
| 13 | |||
| 14 | RDEPENDS:${PN} += " \ | ||
| 15 | python3-twisted \ | ||
| 16 | python3-zopeinterface \ | ||
| 17 | python3-py-ubjson \ | ||
| 18 | python3-cbor2 \ | ||
| 19 | python3-u-msgpack-python \ | ||
| 20 | python3-lz4 \ | ||
| 21 | python3-snappy \ | ||
| 22 | python3-pyopenssl \ | ||
| 23 | python3-txaio \ | ||
| 24 | python3-six \ | ||
| 25 | " | ||
