From a57d2cd934cad1b28d8f8b0dad8cd62821da9be2 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Fri, 21 Feb 2020 21:41:28 +0100 Subject: [PATCH] Fixed #496 (CentOS 8 builds) --- 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 f520bcc3a..e826497c8 100644 --- a/scripts/rpm-data/klayout.spec +++ b/scripts/rpm-data/klayout.spec @@ -34,7 +34,7 @@ AutoReqProv: no # CentOS8 requirements %if "%{target_system}" == "centos8" Requires: ruby >= 2.5.5 -Requires: python >= 3.6.0 +Requires: python3 >= 3.6.0 Requires: qt5-qtbase >= 5.11.1 Requires: qt5-qtmultimedia >= 5.11.1 Requires: qt5-qtxmlpatterns >= 5.11.1