]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
gobject-introspection: remove redundant build dependencies
authorRoss Burton <ross.burton@arm.com>
Thu, 26 Mar 2026 15:47:26 +0000 (15:47 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Mar 2026 23:55:45 +0000 (23:55 +0000)
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>
meta/recipes-gnome/gobject-introspection/gobject-introspection_1.86.0.bb

index 506ed99076381cdc2e1284a91110b6b62d0396bc..fbba8fd6ec43cd857cdf7f14214b5609e5d01185 100644 (file)
@@ -23,8 +23,7 @@ GTKDOC_MESON_OPTION = "gtk_doc"
 
 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"