summaryrefslogtreecommitdiffstats
path: root/rules/python3-websockets.in
diff options
context:
space:
mode:
authorDavid Jander <david@protonic.nl>2018-01-29 16:40:13 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-01-29 18:11:07 +0100
commit84760757887de9250a8eee5b1b2d77caa5ca2a97 (patch)
tree6e9f22f40d999b9389933d1e69bf329f17890b25 /rules/python3-websockets.in
parent3889b2b963a99a22c6c1d53035cbc2f96a83ef50 (diff)
downloadptxdist-84760757887de9250a8eee5b1b2d77caa5ca2a97.tar.gz
ptxdist-84760757887de9250a8eee5b1b2d77caa5ca2a97.tar.xz
python3-websockets: new package
Signed-off-by: David Jander <david@protonic.nl> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/python3-websockets.in')
-rw-r--r--rules/python3-websockets.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/rules/python3-websockets.in b/rules/python3-websockets.in
new file mode 100644
index 000000000..19e55f1e8
--- /dev/null
+++ b/rules/python3-websockets.in
@@ -0,0 +1,9 @@
+## SECTION=python3
+
+config PYTHON3_WEBSOCKETS
+ tristate
+ prompt "python3-websockets"
+ select HOST_PYTHON3_SETUPTOOLS
+ select PYTHON3
+ help
+ An implementation of the WebSocket Protocol (RFC 6455 & 7692)