Config.in 774 B

1234567891011121314151617181920
  1. config BR2_PACKAGE_PYTHON_DAPHNE
  2. bool "python-daphne"
  3. depends on BR2_INSTALL_LIBSTDCPP # python-autobahn -> python-cryptography
  4. depends on BR2_PACKAGE_PYTHON3
  5. select BR2_PACKAGE_PYTHON_ASGIREF # runtime
  6. select BR2_PACKAGE_PYTHON_AUTOBAHN # runtime
  7. select BR2_PACKAGE_PYTHON_TWISTED # runtime
  8. select BR2_PACKAGE_PYTHON_TWISTED_TLS # runtime
  9. help
  10. Daphne is a HTTP, HTTP2 and WebSocket protocol server for
  11. ASGI and ASGI-HTTP, developed to power Django Channels.
  12. It supports automatic negotiation of protocols; there's no
  13. need for URL prefixing to determine WebSocket endpoints
  14. versus HTTP endpoints.
  15. https://github.com/django/daphne
  16. comment "python-daphne needs a toolchain w/ C++"
  17. depends on !BR2_INSTALL_LIBSTDCPP
  18. depends on BR2_PACKAGE_PYTHON3