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 <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
alperak
2024-03-30 08:42:04 +03:00
committed by Khem Raj
parent e6673cfd15
commit dbb85013ae

View File

@@ -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/
}
}