From 3462bad25907310a9827ba9562bc7a14337e888ce5435150e48e76630c3750d6 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 9 Jun 2022 14:59:21 +0000 Subject: [PATCH] Accepting request 981525 from GNOME:Next - Add dependency on python-cairo to python-gobject-cairo: The introspection wrapper needs the actual pycairo underneath (boo#1179584). OBS-URL: https://build.opensuse.org/request/show/981525 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=137 --- python-gobject.changes | 7 +++++++ python-gobject.spec | 1 + 2 files changed, 8 insertions(+) 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