14
0

- Require python-gobject-Gdk to work for all python versions

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-liblarch?expand=0&rev=21
This commit is contained in:
2024-03-26 11:11:01 +00:00
committed by Git OBS Bridge
parent cb68abe312
commit 57d908d873
2 changed files with 4 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
Tue Mar 26 08:57:34 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
- Run tests with xvfb-run
- Require python-gobject-devel to work for all python versions
- Require python-gobject-Gdk to work for all python versions
bsc#1221961
-------------------------------------------------------------------

View File

@@ -28,7 +28,8 @@ URL: https://live.gnome.org/liblarch
Source: https://github.com/getting-things-gnome/%{_name}/archive/v%{version}.tar.gz
# PATCH-FIX-UPSTREAM gh#getting-things-gnome/liblarch#36
Patch0: use-pytest.patch
BuildRequires: %{python_module gobject-devel}
BuildRequires: %{python_module gobject-Gdk}
BuildRequires: %{python_module gobject}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
@@ -38,6 +39,7 @@ BuildRequires: python-rpm-macros
BuildRequires: xvfb-run
BuildRequires: typelib(Gtk) >= 3.0
Requires: python-gobject
Requires: python-gobject-Gdk
BuildArch: noarch
%python_subpackages