RPM build script patch for Python3 @ CentOS7

This commit is contained in:
Matthias Koefferlein 2021-10-20 22:21:56 +02:00
parent 8a892cb6e2
commit f968751a44
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ Requires: ruby >= 2.0.0
Requires: python3 >= 3.6.0
Requires: qt-x11 >= 4.8.5
%define buildopt -j2
%define pylib %{python_sitearch}
%define pylib %{python3_sitearch}
%endif
%if "%{target_system}" == "centos6"