diff --git a/python-gobject.changes b/python-gobject.changes index 4418048..4eb6522 100644 --- a/python-gobject.changes +++ b/python-gobject.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jun 9 12:51:17 UTC 2022 - Dominique Leuenberger + +- Add dependency on python-cairo to python-gobject-cairo: The + introspection wrapper needs the actual pycairo underneath + (boo#1179584). + ------------------------------------------------------------------- Thu Apr 21 01:02:25 UTC 2022 - Emily Gonyer diff --git a/python-gobject.spec b/python-gobject.spec index f850d3b..adb64f5 100644 --- a/python-gobject.spec +++ b/python-gobject.spec @@ -78,6 +78,7 @@ Summary: Python bindings for GObject/Cairo Group: Development/Languages/Python Requires: %{name} = %{version} Supplements: (python-gobject and %{cairo_real_package}) +Requires: python-cairo %description cairo Pygobjects is an extension module for python that gives you access to