Dominique Leuenberger 2021-07-08 20:49:21 +00:00 committed by Git OBS Bridge
commit 2c5593825d
2 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jul 08 10:49:50 UTC 2021 - maiku.fabian@gmail.com
- Resolves: rhbz#1978361
(itb_emoji.py:44:<module>:ModuleNotFoundError: No module named 'packaging')
-------------------------------------------------------------------
Mon Jun 21 18:05:21 UTC 2021 - maiku.fabian@gmail.com

View File

@ -42,8 +42,8 @@ BuildRequires: appstream-glib
BuildRequires: glib2
BuildRequires: gtk3
BuildRequires: xorg-x11-server
# Require python3-setuptools because of “from packing import version”:
BuildRequires: python3-setuptools
# Because of “from packing import version”:
BuildRequires: python3-packaging
%if 0%{?sle_version} >= 120200
BuildRequires: python3-pyxdg
%endif
@ -71,8 +71,8 @@ Requires: python3 >= 3.3
Requires: dbus-1-python3
Requires: python3-distro
Requires: python3-pyenchant
# Require python3-setuptools because of “from packing import version”:
Requires: python3-setuptools
# Because of “from packing import version”:
Requires: python3-packaging
# Workaround bug with python3-enchant: https://bugzilla.opensuse.org/show_bug.cgi?id=1141993
Requires: enchant-1-backend
Requires: python3-pyxdg