xref: /OK3568_Linux_fs/buildroot/package/python-autobahn/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PYTHON_AUTOBAHN
2	bool "python-autobahn"
3	depends on BR2_INSTALL_LIBSTDCPP # python-cryptography -> python-pyasn
4	depends on BR2_PACKAGE_PYTHON3
5	select BR2_PACKAGE_PYTHON_CFFI # runtime
6	select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
7	select BR2_PACKAGE_PYTHON_HYPERLINK # runtime
8	select BR2_PACKAGE_PYTHON_TXAIO # runtime
9	help
10	  WebSocket client and server library, WAMP real-time
11	  framework.
12
13	  https://pypi.python.org/pypi/autobahn
14
15comment "python-autobahn needs a toolchain w/ C++"
16	depends on !BR2_INSTALL_LIBSTDCPP
17	depends on BR2_PACKAGE_PYTHON3
18