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
This commit is contained in:
Dominique Leuenberger 2022-06-09 14:59:21 +00:00 committed by Git OBS Bridge
parent 87ab7fcc24
commit 3462bad259
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Jun 9 12:51:17 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 <emilyyrose@gmail.com>

View File

@ -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