mirror of https://github.com/KLayout/klayout.git
Fixed python3 dependency for CentOS7 RPM
This commit is contained in:
parent
b9c0bf9dea
commit
8a892cb6e2
|
|
@ -52,7 +52,7 @@ Requires: qt5-qttools-devel >= 5.11.1
|
|||
# CentOS7 requirements
|
||||
%if "%{target_system}" == "centos7"
|
||||
Requires: ruby >= 2.0.0
|
||||
Requires: python >= 3.6.0
|
||||
Requires: python3 >= 3.6.0
|
||||
Requires: qt-x11 >= 4.8.5
|
||||
%define buildopt -j2
|
||||
%define pylib %{python_sitearch}
|
||||
|
|
|
|||
Loading…
Reference in New Issue