Accepting request 904746 from home:mike-fabian
- Resolves: rhbz#1978361 (itb_emoji.py:44:<module>: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
This commit is contained in:
parent
e439516564
commit
b196eb2d20
@ -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
|
Mon Jun 21 18:05:21 UTC 2021 - maiku.fabian@gmail.com
|
||||||
|
|
||||||
|
@ -42,8 +42,8 @@ BuildRequires: appstream-glib
|
|||||||
BuildRequires: glib2
|
BuildRequires: glib2
|
||||||
BuildRequires: gtk3
|
BuildRequires: gtk3
|
||||||
BuildRequires: xorg-x11-server
|
BuildRequires: xorg-x11-server
|
||||||
# Require python3-setuptools because of “from packing import version”:
|
# Because of “from packing import version”:
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-packaging
|
||||||
%if 0%{?sle_version} >= 120200
|
%if 0%{?sle_version} >= 120200
|
||||||
BuildRequires: python3-pyxdg
|
BuildRequires: python3-pyxdg
|
||||||
%endif
|
%endif
|
||||||
@ -71,8 +71,8 @@ Requires: python3 >= 3.3
|
|||||||
Requires: dbus-1-python3
|
Requires: dbus-1-python3
|
||||||
Requires: python3-distro
|
Requires: python3-distro
|
||||||
Requires: python3-pyenchant
|
Requires: python3-pyenchant
|
||||||
# Require python3-setuptools because of “from packing import version”:
|
# Because of “from packing import version”:
|
||||||
Requires: python3-setuptools
|
Requires: python3-packaging
|
||||||
# Workaround bug with python3-enchant: https://bugzilla.opensuse.org/show_bug.cgi?id=1141993
|
# Workaround bug with python3-enchant: https://bugzilla.opensuse.org/show_bug.cgi?id=1141993
|
||||||
Requires: enchant-1-backend
|
Requires: enchant-1-backend
|
||||||
Requires: python3-pyxdg
|
Requires: python3-pyxdg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user