aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-02-22 18:58:10 -0500
committerMartin Jansa <Martin.Jansa@gmail.com>2017-02-23 23:22:28 +0100
commit99338b8e9e8b9c1e3f29756397c70a3e8eb94942 (patch)
treeb609ab5bf387df37523ad7183cd994f111304fb1 /meta-python
parent09a3bb6d4a02b452c9c9be38676a4ddcaae5008d (diff)
downloadmeta-openembedded-contrib-99338b8e9e8b9c1e3f29756397c70a3e8eb94942.tar.gz
python-autobahn: remove obsolete recipe
The autobahn recipe does not currently function and is extremely out of date. The only known consumer of this was cloudeebus, which is also being removed. The new version requires a large number of dependencies that are not currently in meta-python. Since there are no known users, the recipe will be removed for now until other consumers are identified. Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python-autobahn_0.8.6.bb16
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 @@
-DESCRIPTION = "AutobahnPython provides a WebSocket (RFC6455, Hybi-10 to -17, Hixie-76) framework for creating WebSocket-based clients and servers. \
-AutobahnPython also includes an implementation of WAMP (The WebSockets Application Messaging Protocol), a light-weight, \
-asynchronous RPC/PubSub over JSON/WebSocket protocol."
-HOMEPAGE = "http://autobahn.ws/python"
-
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = " file://autobahn/__init__.py;beginline=1;endline=17;md5=1fdeccf6e5b70cda64cc1345597c18e3"
-
-SRC_URI[md5sum] = "160429e7fb043940e79aa7f4ebbab57a"
-SRC_URI[sha256sum] = "94ae5c6f37f9fe7c9d3f12c170fcc273afed4104a1c5508b26d6014bb9e6373e"
-
-PYPI_PACKAGE_EXT = "zip"
-inherit pypi setuptools
-
-RDEPENDS_${PN} = "python python-pprint python-twisted-protocols python-netserver python-twisted-web"
-