From 37505e15f031b3f70453e54767bd6f605234474235af9dec08cbc18570b7cb47 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 17 Jun 2022 14:03:33 +0000 Subject: [PATCH] Accepting request 983261 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/983261 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=414 --- gtk3.changes | 6 ++++++ gtk3.spec | 3 +++ 2 files changed, 9 insertions(+) diff --git a/gtk3.changes b/gtk3.changes index 50e4059..0096589 100644 --- a/gtk3.changes +++ b/gtk3.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jun 17 08:35:00 UTC 2022 - Dominique Leuenberger + +- Add dependency "python3x-gobject-Gdk if python3x-gobject" to the + typelib package (boo#1200614). + ------------------------------------------------------------------- Thu May 19 09:52:28 UTC 2022 - Antoine Belvire diff --git a/gtk3.spec b/gtk3.spec index 6116484..14fdade 100644 --- a/gtk3.spec +++ b/gtk3.spec @@ -143,6 +143,9 @@ ranging from small one-off projects to complete application suites. %package -n typelib-1_0-Gtk-3_0 Summary: Introspection bindings for the GTK+ toolkit library (version 3) 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-3_0 GTK+ is a multi-platform toolkit for creating graphical user interfaces.