Accepting request 910106 from GNOME:Factory
- Adjust BuildRequires for python_module cairo to python-module pycairo: the module was renamed 2 years ago. - Skip build for python2: not supported anymore since 3.38.0. (forwarded request 910099 from yfjiang) OBS-URL: https://build.opensuse.org/request/show/910106 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gobject?expand=0&rev=88
This commit is contained in:
commit
a2ebd4feae
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 4 09:17:18 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Adjust BuildRequires for python_module cairo to python-module
|
||||
pycairo: the module was renamed 2 years ago.
|
||||
- Skip build for python2: not supported anymore since 3.38.0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 17 08:27:06 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
@ -37,7 +44,6 @@ Mon Sep 14 10:49:28 UTC 2020 - dimstar@opensuse.org
|
||||
+ gdk overrides: Fix wrapping of scroll events.
|
||||
+ Add overrides for Gtk.Button set/get_focus_on_click.
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 6 17:15:26 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -17,6 +17,7 @@
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
# Define these before the call of python_subpackages
|
||||
%define introspection_real_package %(rpm -q --qf '%%{NAME}' -f $(readlink %{_libdir}/libgirepository-1.0.so -f))
|
||||
%define cairo_real_package %(rpm -q --qf '%%{NAME}' --whatprovides cairo)
|
||||
@ -36,9 +37,9 @@ Group: Development/Languages/Python
|
||||
URL: https://wiki.gnome.org/Projects/PyGObject/
|
||||
Source0: https://download.gnome.org/sources/pygobject/3.40/%{_name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: %{python_module cairo >= 1.16.0}
|
||||
BuildRequires: %{python_module cairo-devel}
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module pycairo >= 1.16.0}
|
||||
BuildRequires: %{python_module pycairo-devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: pkgconfig
|
||||
|
Loading…
Reference in New Issue
Block a user