package/supervisor: drop python2 support

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Peter Korsgaard 2022-02-09 17:51:43 +01:00 committed by Yann E. MORIN
parent 4ba81e6839
commit edfea809a2

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_SUPERVISOR
bool "supervisor"
depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
depends on BR2_PACKAGE_PYTHON3
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime dependency
help
A client/server system that allows its users to control a
@ -9,5 +9,4 @@ config BR2_PACKAGE_SUPERVISOR
http://supervisord.org/
comment "supervisor needs a python interpreter"
depends on !BR2_PACKAGE_PYTHON
depends on !BR2_PACKAGE_PYTHON3