Config.in 279 B

12345678910
  1. config 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. https://github.com/aaugustin/websockets