diff options
| author | Joseph Kogut <joseph.kogut@gmail.com> | 2017-11-03 15:25:33 -0700 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2017-11-04 10:31:58 +0100 |
| commit | 2abe371c53b45f845fb78eee882a1099c610eae3 (patch) | |
| tree | e25fcb4ea1e01e006ec471833b7babcc4688860c /package/python-websockets/Config.in | |
| parent | 138a082def7aeb553ba1b8d731a0500727f56424 (diff) | |
| download | buildroot-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.in | 9 |
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 |

