python3-txdbus: cleanup RDEPENDS

python3-six is no longer a dependency and Python 2 support has already been dropped.

Change python3-twisted to python3-twisted-core such that only required modules
are installed.

Signed-off-by: Guðni Már Gilbert <gudnimar@noxmedical.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Guðni Már Gilbert
2024-04-18 09:25:53 +00:00
committed by Khem Raj
parent 0dba41b51f
commit 94a65e3ff6

View File

@@ -9,4 +9,4 @@ SRC_URI[sha256sum] = "8375a5fb68a12054f0def91af800c821fb2232949337756ed975f88d8e
inherit pypi setuptools3
RDEPENDS:${PN} += "python3-six python3-twisted"
RDEPENDS:${PN} += "python3-twisted-core"