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