From f968751a44a5836c59e9f8741787acabaab55765 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Wed, 20 Oct 2021 22:21:56 +0200 Subject: [PATCH] RPM build script patch for Python3 @ CentOS7 --- scripts/rpm-data/klayout.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rpm-data/klayout.spec b/scripts/rpm-data/klayout.spec index 072327cd1..11bdb5614 100644 --- a/scripts/rpm-data/klayout.spec +++ b/scripts/rpm-data/klayout.spec @@ -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"