mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 04:49:29 +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,9 +16,9 @@ inherit ptest setuptools3
|
|||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
RDEPENDS:${PN} = "${PYTHON_PN}-pygobject \
|
RDEPENDS:${PN} = "python3-pygobject \
|
||||||
${PYTHON_PN}-io \
|
python3-io \
|
||||||
${PYTHON_PN}-logging"
|
python3-logging"
|
||||||
|
|
||||||
do_install_ptest() {
|
do_install_ptest() {
|
||||||
install -d ${D}${PTEST_PATH}/tests
|
install -d ${D}${PTEST_PATH}/tests
|
||||||
|
|||||||
Reference in New Issue
Block a user