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.