From edfea809a2d22aea31fcd7f48dace4341650893a Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 9 Feb 2022 17:51:43 +0100 Subject: [PATCH] package/supervisor: drop python2 support Signed-off-by: Peter Korsgaard Signed-off-by: Yann E. MORIN --- package/supervisor/Config.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package/supervisor/Config.in b/package/supervisor/Config.in index 7ca3cae134..8ba19dc000 100644 --- a/package/supervisor/Config.in +++ b/package/supervisor/Config.in @@ -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