forked from pool/python-liblarch
- Require python-gobject-devel to work for all python versions
bsc#1221961 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-liblarch?expand=0&rev=20
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
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
|
||||
bsc#1221961
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 22 23:34:05 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
@@ -28,7 +28,7 @@ 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}
|
||||
BuildRequires: %{python_module gobject-devel}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
@@ -72,7 +72,7 @@ This package provides GTK bindings for liblarch.
|
||||
# TESTS fail with segf, local execution works
|
||||
%check
|
||||
%{python_expand #
|
||||
xvfb-run $python ./run-tests
|
||||
xvfb-run -a $python ./run-tests
|
||||
}
|
||||
|
||||
%files %{python_files}
|
||||
|
||||
Reference in New Issue
Block a user