diff --git a/rpm/tarantool.spec b/rpm/tarantool.spec index ff95ed646d23a58593ddacff64d5aa31ef5b1a1c..529c18b3834df55dcf3e490db71aedaf6a4927d4 100644 --- a/rpm/tarantool.spec +++ b/rpm/tarantool.spec @@ -69,18 +69,21 @@ BuildRequires: libunwind-devel %undefine _hardened_build %endif -# For tests -%if (0%{?fedora} >= 22 || 0%{?rhel} == 7) -BuildRequires: python >= 2.7 -BuildRequires: python-six >= 1.9.0 -BuildRequires: python-gevent >= 1.0 -BuildRequires: python-yaml >= 3.0.9 -%endif +# Set dependences for tests. +# Do not install unused Python 3 packages which +# is default since Fedora 31 and CentOS 8. %if (0%{?fedora} >= 31 || 0%{?rhel} >= 8) BuildRequires: python2 >= 2.7 BuildRequires: python2-six >= 1.9.0 BuildRequires: python2-gevent >= 1.0 BuildRequires: python2-yaml >= 3.0.9 +%else +%if (0%{?rhel} != 6) +BuildRequires: python >= 2.7 +BuildRequires: python-six >= 1.9.0 +BuildRequires: python-gevent >= 1.0 +BuildRequires: python-yaml >= 3.0.9 +%endif %endif Name: tarantool