diff options
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 |