We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 754aa10 commit 5ffa8a9Copy full SHA for 5ffa8a9
rpm/tarantool.spec
@@ -76,21 +76,10 @@ BuildRequires: libunwind-devel
76
%endif
77
78
# Set dependences for tests.
79
-# Do not install unused Python 3 packages which
80
-# is default since Fedora 31 and CentOS 8.
81
-%if (0%{?fedora} >= 31 || 0%{?rhel} >= 8)
82
-BuildRequires: python2 >= 2.7
83
-BuildRequires: python2-six >= 1.9.0
84
-BuildRequires: python2-gevent >= 1.0
85
-BuildRequires: python2-yaml >= 3.0.9
86
-%else
87
-%if (0%{?rhel} != 6 || 0%{?sle_version} >= 1500)
88
-BuildRequires: python >= 2.7
+BuildRequires: python >= 3.7
89
BuildRequires: python-six >= 1.9.0
90
BuildRequires: python-gevent >= 1.0
91
BuildRequires: python-yaml >= 3.0.9
92
-%endif
93
94
95
Name: tarantool
96
# ${major}.${major}.${minor}.${patch}, e.g. 1.6.8.175
0 commit comments