From f2c506e15927e1ca71cc2191a0471be9a6a667e4 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 14 Nov 2024 21:59:49 +0000 Subject: blueman: inherit cython class Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- meta-networking/recipes-connectivity/blueman/blueman_2.4.3.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-networking') diff --git a/meta-networking/recipes-connectivity/blueman/blueman_2.4.3.bb b/meta-networking/recipes-connectivity/blueman/blueman_2.4.3.bb index e7f0987e0f..974c563299 100644 --- a/meta-networking/recipes-connectivity/blueman/blueman_2.4.3.bb +++ b/meta-networking/recipes-connectivity/blueman/blueman_2.4.3.bb @@ -2,9 +2,9 @@ DESCRIPTION = "Blueman is a GTK+ Bluetooth Manager" LICENSE = "GPL-3.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" -DEPENDS = "gtk+3 glib-2.0 bluez5 python3-pygobject python3-cython-native" +DEPENDS = "gtk+3 glib-2.0 bluez5 python3-pygobject" -inherit meson gettext systemd gsettings pkgconfig python3native gtk-icon-cache features_check python3targetconfig +inherit meson gettext systemd gsettings pkgconfig python3native gtk-icon-cache features_check python3targetconfig cython REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" -- cgit v1.2.3-54-g00ecf