mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-18 15:40:27 +00:00
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:
@@ -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/
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user