mirror of https://github.com/KLayout/klayout.git
RPM build script patch for Python3 @ CentOS7
This commit is contained in:
parent
8a892cb6e2
commit
f968751a44
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue