summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-autobahn_23.6.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-autobahn_23.6.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-autobahn_23.6.1.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-python/recipes-devtools/python/python3-autobahn_23.6.1.bb b/meta-python/recipes-devtools/python/python3-autobahn_23.6.1.bb
deleted file mode 100644
index dc11b85dab..0000000000
--- a/meta-python/recipes-devtools/python/python3-autobahn_23.6.1.bb
+++ /dev/null
@@ -1,23 +0,0 @@
1DESCRIPTION = "WebSocket client & server library, WAMP real-time framework"
2HOMEPAGE = "http://crossbar.io/autobahn"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=3e2c2c2cc2915edc5321b0e6b1d3f5f8"
5
6SRC_URI[sha256sum] = "ce6e540402e3524ca46c55a1bc46255225969b5837ca792ea5415d21ac571034"
7
8inherit pypi setuptools3
9
10RDEPENDS:${PN} += " \
11 ${PYTHON_PN}-twisted \
12 ${PYTHON_PN}-zopeinterface \
13 ${PYTHON_PN}-py-ubjson \
14 ${PYTHON_PN}-cbor2 \
15 ${PYTHON_PN}-u-msgpack-python \
16 ${PYTHON_PN}-lz4 \
17 ${PYTHON_PN}-snappy \
18 ${PYTHON_PN}-pyopenssl \
19 ${PYTHON_PN}-txaio \
20 ${PYTHON_PN}-six \
21"
22
23BBCLASSEXTEND = "native nativesdk"