From dbb85013aee8240d61a5fa24dc7d90dbb1f2b740 Mon Sep 17 00:00:00 2001 From: alperak Date: Sat, 30 Mar 2024 08:42:04 +0300 Subject: [PATCH] python3-pydbus: Drop ${PYTHON_PN} Python2 is long unsupported, so we no longer need this variable. It was used to handle Python2/3 compatibility. Signed-off-by: alperak Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-pydbus_0.6.0.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb b/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb index ac9b8e8aba..7962c4322b 100644 --- a/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb @@ -16,11 +16,11 @@ inherit ptest setuptools3 S = "${WORKDIR}/git" -RDEPENDS:${PN} = "${PYTHON_PN}-pygobject \ - ${PYTHON_PN}-io \ - ${PYTHON_PN}-logging" +RDEPENDS:${PN} = "python3-pygobject \ + python3-io \ + python3-logging" do_install_ptest() { install -d ${D}${PTEST_PATH}/tests cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ -} \ No newline at end of file +}