1config BR2_PACKAGE_PYTHON_WEBSOCKET_CLIENT 2 bool "python-websocket-client" 3 select BR2_PACKAGE_PYTHON3_SSL # runtime 4 help 5 WebSocket client for python. hybi13 is supported. 6 7 https://github.com/websocket-client/websocket-client.git 8