1config 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 16 https://github.com/django/daphne 17 18comment "python-daphne needs a toolchain w/ C++" 19 depends on !BR2_INSTALL_LIBSTDCPP 20 depends on BR2_PACKAGE_PYTHON3 21