Config.in 372 B

123456789101112
  1. config BR2_PACKAGE_SUPERVISOR
  2. bool "supervisor"
  3. depends on 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. http://supervisord.org/
  9. comment "supervisor needs a python interpreter"
  10. depends on !BR2_PACKAGE_PYTHON3