From bdc286aa907c7b682777254ec1256c981391b525 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 9 Feb 2022 17:50:44 +0100 Subject: [PATCH] package/iotop: drop python2 support Signed-off-by: Peter Korsgaard Signed-off-by: Yann E. MORIN --- package/iotop/Config.in | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/package/iotop/Config.in b/package/iotop/Config.in index ada6131606..460503b9d7 100644 --- a/package/iotop/Config.in +++ b/package/iotop/Config.in @@ -1,11 +1,10 @@ -comment "iotop depends on python or python3" - depends on !BR2_PACKAGE_PYTHON && !BR2_PACKAGE_PYTHON3 +comment "iotop depends on python3" + depends on !BR2_PACKAGE_PYTHON3 config BR2_PACKAGE_IOTOP bool "iotop" - depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3 - select BR2_PACKAGE_PYTHON_CURSES if BR2_PACKAGE_PYTHON - select BR2_PACKAGE_PYTHON3_CURSES if BR2_PACKAGE_PYTHON3 + depends on BR2_PACKAGE_PYTHON3 + select BR2_PACKAGE_PYTHON3_CURSES help iotop does for I/O usage what top does for CPU usage.