xref: /OK3568_Linux_fs/buildroot/package/circus/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_CIRCUS
2*4882a593Smuzhiyun	bool "circus"
3*4882a593Smuzhiyun	depends on BR2_PACKAGE_PYTHON3 # python-tornado
4*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP # pyzmq -> zeromq
5*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS # pyzmq -> zeromq
6*4882a593Smuzhiyun	select BR2_PACKAGE_PYTHON_IOWAIT # runtime
7*4882a593Smuzhiyun	select BR2_PACKAGE_PYTHON_PSUTIL # runtime
8*4882a593Smuzhiyun	select BR2_PACKAGE_PYTHON_PYZMQ # runtime
9*4882a593Smuzhiyun	select BR2_PACKAGE_PYTHON_TORNADO # runtime
10*4882a593Smuzhiyun	select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
11*4882a593Smuzhiyun	help
12*4882a593Smuzhiyun	  Circus is a program that will let you run and watch multiple
13*4882a593Smuzhiyun	  processes and sockets.
14*4882a593Smuzhiyun
15*4882a593Smuzhiyun	  https://circus.readthedocs.org/en/latest/
16*4882a593Smuzhiyun
17*4882a593Smuzhiyuncomment "circus needs Python 3 and a toolchain w/ C++, threads"
18*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
19*4882a593Smuzhiyun		!BR2_PACKAGE_PYTHON3
20