Require python3-packaging instead of python3-setuptools, BuildRequire glibc-conv-extra only on Fedora >= 35
This commit is contained in:
parent
c7fe36c29c
commit
d4c49e0821
@ -10,8 +10,8 @@ Requires: m17n-lib
|
|||||||
%{?__python3:Requires: %{__python3}}
|
%{?__python3:Requires: %{__python3}}
|
||||||
Requires: python3-dbus
|
Requires: python3-dbus
|
||||||
Requires: python3-distro
|
Requires: python3-distro
|
||||||
# Require python3-setuptools because of “from packing import version”:
|
# because of “from packing import version”:
|
||||||
Requires: python3-setuptools
|
Requires: python3-packaging
|
||||||
Requires: python3-enchant
|
Requires: python3-enchant
|
||||||
Requires: python3-pyxdg
|
Requires: python3-pyxdg
|
||||||
%if 0%{?fedora} >= 24 || 0%{?rhel} > 7
|
%if 0%{?fedora} >= 24 || 0%{?rhel} > 7
|
||||||
@ -44,10 +44,12 @@ BuildRequires: python34-devel
|
|||||||
BuildRequires: m17n-lib
|
BuildRequires: m17n-lib
|
||||||
BuildRequires: m17n-db-extras
|
BuildRequires: m17n-db-extras
|
||||||
BuildRequires: python3-enchant
|
BuildRequires: python3-enchant
|
||||||
# Require python3-setuptools because of “from packing import version”:
|
# because of “from packing import version”:
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-packaging
|
||||||
|
%if 0%{?fedora} >= 35
|
||||||
# to make the python3-enchant test work for hunspell dictionaries which are not yet UTF-8:
|
# to make the python3-enchant test work for hunspell dictionaries which are not yet UTF-8:
|
||||||
BuildRequires: glibc-gconv-extra
|
BuildRequires: glibc-gconv-extra
|
||||||
|
%endif
|
||||||
%if 0%{?fedora} && 0%{?fedora} >= 34
|
%if 0%{?fedora} && 0%{?fedora} >= 34
|
||||||
BuildRequires: python3-libvoikko
|
BuildRequires: python3-libvoikko
|
||||||
BuildRequires: voikko-fi
|
BuildRequires: voikko-fi
|
||||||
|
Loading…
Reference in New Issue
Block a user