From fed11362152e8d302b5895c2a3f5c0cbc187a932 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 24 Mar 2022 20:40:06 +0100 Subject: [PATCH] package/python-txdbus: drop python2 support Txdbus is built on top of twisted, which is python3 only since commit f1db1922e460d4f (package/python-twisted: Needs python 3), so propagate the python3 dependency. Signed-off-by: Peter Korsgaard --- package/python-txdbus/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/python-txdbus/Config.in b/package/python-txdbus/Config.in index f38bbf93f0..df77a1f573 100644 --- a/package/python-txdbus/Config.in +++ b/package/python-txdbus/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_PYTHON_TXDBUS bool "python-txdbus" + depends on BR2_PACKAGE_PYTHON3 # python-twisted select BR2_PACKAGE_PYTHON_TWISTED # runtime select BR2_PACKAGE_PYTHON_SIX # runtime help