kumquat-buildroot/package/supervisor/Config.in
Peter Korsgaard edfea809a2 package/supervisor: drop python2 support
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-02-09 22:10:28 +01:00

13 lines
372 B
Plaintext

config BR2_PACKAGE_SUPERVISOR
bool "supervisor"
depends on BR2_PACKAGE_PYTHON3
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime dependency
help
A client/server system that allows its users to control a
number of processes on UNIX-like operating systems.
http://supervisord.org/
comment "supervisor needs a python interpreter"
depends on !BR2_PACKAGE_PYTHON3