1config BR2_PACKAGE_PYTHON_DAPHNE
2	bool "python-daphne"
3	# python-autobahn -> python-cryptography
4	depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
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