forked from pool/python-liblarch
- 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:
@@ -2,7 +2,7 @@
|
|||||||
Tue Mar 26 08:57:34 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
Tue Mar 26 08:57:34 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
- Run tests with xvfb-run
|
- 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
|
bsc#1221961
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
|||||||
@@ -28,7 +28,8 @@ URL: https://live.gnome.org/liblarch
|
|||||||
Source: https://github.com/getting-things-gnome/%{_name}/archive/v%{version}.tar.gz
|
Source: https://github.com/getting-things-gnome/%{_name}/archive/v%{version}.tar.gz
|
||||||
# PATCH-FIX-UPSTREAM gh#getting-things-gnome/liblarch#36
|
# PATCH-FIX-UPSTREAM gh#getting-things-gnome/liblarch#36
|
||||||
Patch0: use-pytest.patch
|
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 pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
@@ -38,6 +39,7 @@ BuildRequires: python-rpm-macros
|
|||||||
BuildRequires: xvfb-run
|
BuildRequires: xvfb-run
|
||||||
BuildRequires: typelib(Gtk) >= 3.0
|
BuildRequires: typelib(Gtk) >= 3.0
|
||||||
Requires: python-gobject
|
Requires: python-gobject
|
||||||
|
Requires: python-gobject-Gdk
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user