diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-autobahn_23.6.2.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-autobahn_23.6.2.bb | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-python/recipes-devtools/python/python3-autobahn_23.6.2.bb b/meta-python/recipes-devtools/python/python3-autobahn_23.6.2.bb deleted file mode 100644 index d9cc40b1b4..0000000000 --- a/meta-python/recipes-devtools/python/python3-autobahn_23.6.2.bb +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
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=3e2c2c2cc2915edc5321b0e6b1d3f5f8" | ||
5 | |||
6 | SRC_URI[sha256sum] = "ec9421c52a2103364d1ef0468036e6019ee84f71721e86b36fe19ad6966c1181" | ||
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 | " | ||