xref: /OK3568_Linux_fs/buildroot/package/supervisor/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_SUPERVISOR
2	bool "supervisor"
3	depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
4	select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime dependency
5	help
6	  A client/server system that allows its users to control a
7	  number of processes on UNIX-like operating systems.
8
9	  http://supervisord.org/
10
11comment "supervisor needs a python interpreter"
12	depends on !BR2_PACKAGE_PYTHON
13	depends on !BR2_PACKAGE_PYTHON3
14