glib-2.0: Add python3 modules required by gdbus-codegen

The gdbus-codegen tool depends on python3, python3-distutils and python3-xml at
runtime. But because these dependencies are not stated in the yocto recipe,
those python modules are not automatically included in the SDK.

(From OE-Core rev: 26af3b4b33a34d7e53059b07236f9d5aae5e004a)

Signed-off-by: Jef Driesen <jef.driesen@niko.eu>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Jef Driesen
2017-12-22 10:30:19 +01:00
committed by Richard Purdie
parent 52ec7ff5df
commit 0d692188df

View File

@@ -115,6 +115,12 @@ do_install_append_class-target () {
fi
}
RDEPENDS_${PN}-codegen += "\
python3 \
python3-distutils \
python3-xml \
"
RDEPENDS_${PN}-ptest += "\
dbus \
gnome-desktop-testing \