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