From 810b7c7aa1c50291b10ec5f46c4c93c42e63b7a32373a42056aa3b48a2e92381 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 17 Jun 2022 14:03:45 +0000 Subject: [PATCH] Accepting request 983262 from GNOME:Next - Add dependency "python3x-gobject-Gdk if python3x-gobject" to the typelib package (boo#1200614). OBS-URL: https://build.opensuse.org/request/show/983262 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=99 --- gtk4.changes | 6 ++++++ gtk4.spec | 3 +++ 2 files changed, 9 insertions(+) diff --git a/gtk4.changes b/gtk4.changes index f4ab73c..eaff3a6 100644 --- a/gtk4.changes +++ b/gtk4.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jun 17 08:37:26 UTC 2022 - Dominique Leuenberger + +- Add dependency "python3x-gobject-Gdk if python3x-gobject" to the + typelib package (boo#1200614). + ------------------------------------------------------------------- Wed Jun 1 09:33:40 UTC 2022 - Dominique Leuenberger diff --git a/gtk4.spec b/gtk4.spec index 25a5de8..1e8ee41 100644 --- a/gtk4.spec +++ b/gtk4.spec @@ -141,6 +141,9 @@ ranging from small one-off projects to complete application suites. %package -n typelib-1_0-Gtk-4_0 Summary: Introspection bindings for the GTK+ toolkit library v4 Group: System/Libraries +Requires: (python310-gobject-Gdk if python310-gobject) +Requires: (python38-gobject-Gdk if python38-gobject) +Requires: (python39-gobject-Gdk if python39-gobject) %description -n typelib-1_0-Gtk-4_0 GTK+ is a multi-platform toolkit for creating graphical user interfaces.