Using Python3 for CentOS7 builds now

This commit is contained in:
Matthias Koefferlein 2021-10-19 22:50:05 +02:00
parent 8b12788084
commit 4ecfd93c69
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ Requires: qt5-qttools-devel >= 5.11.1
# CentOS7 requirements
%if "%{target_system}" == "centos7"
Requires: ruby >= 2.0.0
Requires: python >= 2.7.5
Requires: python >= 3.6.0
Requires: qt-x11 >= 4.8.5
%define buildopt -j2
%define pylib %{python_sitearch}