diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-autobahn_24.4.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-autobahn_24.4.2.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-autobahn_24.4.2.bb b/meta-python/recipes-devtools/python/python3-autobahn_24.4.2.bb new file mode 100644 index 0000000000..d785a76cc7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-autobahn_24.4.2.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 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] = "a2d71ef1b0cf780b6d11f8b205fd2c7749765e65795f2ea7d823796642ee92c9" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += " \ | ||
| 11 | python3-twisted \ | ||
| 12 | python3-zopeinterface \ | ||
| 13 | python3-py-ubjson \ | ||
| 14 | python3-cbor2 \ | ||
| 15 | python3-u-msgpack-python \ | ||
| 16 | python3-lz4 \ | ||
| 17 | python3-snappy \ | ||
| 18 | python3-pyopenssl \ | ||
| 19 | python3-txaio \ | ||
| 20 | python3-six \ | ||
| 21 | " | ||
