From b196eb2d2079ebbf168b2c874d2033eca9c6b15a818cb5e1e41fbb9b2f6f762a Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Thu, 8 Jul 2021 10:52:13 +0000 Subject: [PATCH] Accepting request 904746 from home:mike-fabian - Resolves: rhbz#1978361 (itb_emoji.py:44::ModuleNotFoundError: No module named 'packaging') OBS-URL: https://build.opensuse.org/request/show/904746 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-typing-booster?expand=0&rev=141 --- ibus-typing-booster.changes | 6 ++++++ ibus-typing-booster.spec | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ibus-typing-booster.changes b/ibus-typing-booster.changes index d9a9195..92c85f0 100644 --- a/ibus-typing-booster.changes +++ b/ibus-typing-booster.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jul 08 10:49:50 UTC 2021 - maiku.fabian@gmail.com + +- Resolves: rhbz#1978361 + (itb_emoji.py:44::ModuleNotFoundError: No module named 'packaging') + ------------------------------------------------------------------- Mon Jun 21 18:05:21 UTC 2021 - maiku.fabian@gmail.com diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 42e6103..3fd297a 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -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