From 8694997b2cfc559f4affcc86f35d259c636a0c1f Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Tue, 24 Mar 2026 21:00:22 +0100 Subject: python3-txdbus: add missing RDEPENDS This module depends on python3-six, otherwise it errors out: >>> from txdbus.interface import DBusInterface, Method, Signal Traceback (most recent call last): File "", line 1, in from txdbus.interface import DBusInterface, Method, Signal File "/usr/lib/python3.14/site-packages/txdbus/interface.py", line 8, in import six ModuleNotFoundError: No module named 'six' Add the missing dependency. Signed-off-by: Gyorgy Sarvari Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb') diff --git a/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb b/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb index 01c069291c..ef6c248e80 100644 --- a/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb @@ -8,4 +8,4 @@ SRC_URI[sha256sum] = "8375a5fb68a12054f0def91af800c821fb2232949337756ed975f88d8e inherit pypi setuptools3 -RDEPENDS:${PN} += "python3-twisted-core" +RDEPENDS:${PN} += "python3-twisted-core python3-six" -- cgit v1.2.3-54-g00ecf