diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-autobahn_0.8.6.bb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-python/recipes-devtools/python/python-autobahn_0.8.6.bb b/meta-python/recipes-devtools/python/python-autobahn_0.8.6.bb deleted file mode 100644 index e64dd8ff52..0000000000 --- a/meta-python/recipes-devtools/python/python-autobahn_0.8.6.bb +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | DESCRIPTION = "AutobahnPython provides a WebSocket (RFC6455, Hybi-10 to -17, Hixie-76) framework for creating WebSocket-based clients and servers. \ | ||
2 | AutobahnPython also includes an implementation of WAMP (The WebSockets Application Messaging Protocol), a light-weight, \ | ||
3 | asynchronous RPC/PubSub over JSON/WebSocket protocol." | ||
4 | HOMEPAGE = "http://autobahn.ws/python" | ||
5 | |||
6 | LICENSE = "Apache-2.0" | ||
7 | LIC_FILES_CHKSUM = " file://autobahn/__init__.py;beginline=1;endline=17;md5=1fdeccf6e5b70cda64cc1345597c18e3" | ||
8 | |||
9 | SRC_URI[md5sum] = "160429e7fb043940e79aa7f4ebbab57a" | ||
10 | SRC_URI[sha256sum] = "94ae5c6f37f9fe7c9d3f12c170fcc273afed4104a1c5508b26d6014bb9e6373e" | ||
11 | |||
12 | PYPI_PACKAGE_EXT = "zip" | ||
13 | inherit pypi setuptools | ||
14 | |||
15 | RDEPENDS_${PN} = "python python-pprint python-twisted-protocols python-netserver python-twisted-web" | ||
16 | |||