1config BR2_PACKAGE_PYTHON_CHANNELS
2	bool "python-channels"
3	# python-daphne -> 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_DAPHNE # runtime
7	select BR2_PACKAGE_PYTHON_DJANGO # runtime
8	help
9	  Channels augments Django to bring WebSocket, long-poll
10	  HTTP, task offloading and other async support to your
11	  code, using familiar Django design patterns and a
12	  flexible underlying framework that lets you not only
13	  customize behaviours but also write support for your
14	  own protocols and needs.
15
16	  http://github.com/django/channels
17