This recipe gained a build dependency on _target_ python3-setuptools
recently[1], but this shouldn't be needed. If setuptools is needed for
build, then the correct dependency would be python3-setuptools-native.
The dependency on target python3 is redundant as the python3targetconfig
class pulls this in already.
[1] oe-core
57a5dfd3785 ("gobject-introspection: split tools and giscanner into a separate package")
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
MULTILIB_SCRIPTS = "${PN}-tools:${bindir}/g-ir-annotation-tool ${PN}-tools:${bindir}/g-ir-scanner"
-# setuptools are required to provide distutils to build the tools
-DEPENDS += " libffi zlib python3 python3-setuptools flex-native bison-native"
+DEPENDS += " libffi zlib flex-native bison-native"
DEPENDS:append:class-native = " glib-2.0"
DEPENDS:append:class-target = " glib-2.0-initial"