diff --git a/python-liblarch.changes b/python-liblarch.changes index e918b77..5ecbd3e 100644 --- a/python-liblarch.changes +++ b/python-liblarch.changes @@ -2,6 +2,8 @@ Tue Mar 26 08:57:34 UTC 2024 - Daniel Garcia - 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 diff --git a/python-liblarch.spec b/python-liblarch.spec index 19c6f8f..33524b6 100644 --- a/python-liblarch.spec +++ b/python-liblarch.spec @@ -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}