summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuðni Már Gilbert <gudnimar@noxmedical.com>2024-04-18 09:25:53 +0000
committerKhem Raj <raj.khem@gmail.com>2024-04-22 22:59:28 -0700
commitb4d9e13b8c59eb81bd92a699845ab6529302c354 (patch)
treef14f772672aec80688a6147cbe11d93cf3dbc954
parent627b54d0e222fd986c2c8c38f156cfc3178bc8ea (diff)
downloadmeta-openembedded-b4d9e13b8c59eb81bd92a699845ab6529302c354.tar.gz
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>
-rw-r--r--meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb2
1 files changed, 1 insertions, 1 deletions
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 d579ca044..1232f5e99 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
@@ -9,4 +9,4 @@ SRC_URI[sha256sum] = "8375a5fb68a12054f0def91af800c821fb2232949337756ed975f88d8e
9 9
10inherit pypi setuptools3 10inherit pypi setuptools3
11 11
12RDEPENDS:${PN} += "python3-six python3-twisted" 12RDEPENDS:${PN} += "python3-twisted-core"