From e3d80f90a9054d591b6d6f53dba8f33fdbe4193d Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sun, 13 Aug 2023 22:17:05 +0200 Subject: [PATCH] Add requires on python3-zombie-imp The package uses deprecated imp module that was removed from Python 3.12. Require python3-zombie-imp for now while it is getting ported to importlib upstream. https://gitlab.gnome.org/GNOME/orca/-/issues/385 --- orca.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/orca.spec b/orca.spec index 044f968..9e40030 100644 --- a/orca.spec +++ b/orca.spec @@ -2,7 +2,7 @@ Name: orca Version: 45~alpha -Release: 1%{?dist} +Release: 2%{?dist} Summary: Assistive technology for people with visual impairments License: LGPL-2.1-or-later @@ -34,6 +34,8 @@ Requires: python3-brlapi Requires: python3-louis Requires: python3-pyatspi Requires: python3-speechd +# https://gitlab.gnome.org/GNOME/orca/-/issues/385 +Requires: python3-zombie-imp %description Orca is a screen reader that provides access to the graphical desktop via @@ -74,6 +76,9 @@ desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/orca-autostart.de %changelog +* Sun Aug 13 2023 Kalev Lember - 45~alpha-2 +- Add requires on python3-zombie-imp + * Sat Aug 05 2023 Kalev Lember - 45~alpha-1 - Update to 45.alpha