xref: /OK3568_Linux_fs/buildroot/package/python-websockets/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PYTHON_WEBSOCKETS
2	bool "python-websockets"
3	depends on BR2_PACKAGE_PYTHON3
4	select BR2_PACKAGE_PYTHON3_ZLIB
5	select BR2_PACKAGE_PYTHON3_SSL
6	help
7	  An implementation of the WebSocket Protocol (RFC 6455 &
8	  7692).
9
10	  https://github.com/aaugustin/websockets
11