summaryrefslogtreecommitdiffstats
path: root/package/python-websockets/Config.in
diff options
context:
space:
mode:
authorJoseph Kogut <joseph.kogut@gmail.com>2017-11-03 15:25:33 -0700
committerPeter Korsgaard <peter@korsgaard.com>2017-11-04 10:31:58 +0100
commit2abe371c53b45f845fb78eee882a1099c610eae3 (patch)
treee25fcb4ea1e01e006ec471833b7babcc4688860c /package/python-websockets/Config.in
parent138a082def7aeb553ba1b8d731a0500727f56424 (diff)
downloadbuildroot-2abe371c53b45f845fb78eee882a1099c610eae3.tar.gz
buildroot-2abe371c53b45f845fb78eee882a1099c610eae3.zip
python-websockets: new package
[Peter: add license hash, fix Config.in, correct license as pointed out by Yegor] Signed-off-by: Joseph Kogut <joseph.kogut@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-websockets/Config.in')
-rw-r--r--package/python-websockets/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/python-websockets/Config.in b/package/python-websockets/Config.in
new file mode 100644
index 0000000000..7d80161a1a
--- /dev/null
+++ b/package/python-websockets/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_PYTHON_WEBSOCKETS
+ bool "python-websockets"
+ depends on BR2_PACKAGE_PYTHON3
+ select BR2_PACKAGE_PYTHON3_ZLIB
+ select BR2_PACKAGE_PYTHON3_SSL
+ help
+ An implementation of the WebSocket Protocol (RFC 6455)
+
+ https://github.com/aaugustin/websockets
OpenPOWER on IntegriCloud