From 838469b5d4f19b774ab923b146e6f4d04f5fc9d0 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sat, 16 Sep 2017 21:50:57 +0200 Subject: [PATCH] Updated RPM dependencies. --- scripts/rpm-data/klayout.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/rpm-data/klayout.spec b/scripts/rpm-data/klayout.spec index 5ab3c82b6..ac97720d9 100644 --- a/scripts/rpm-data/klayout.spec +++ b/scripts/rpm-data/klayout.spec @@ -46,14 +46,14 @@ Requires: qt-x11 >= 4.8.5 %if "%{target_system}" == "opensuse42_2" # OpenSuSE 42.2 requirements Requires: ruby2.3 >= 2.3.1 -Requires: python >= 3.4.6 +Requires: python3 >= 3.4.6 Requires: libqt4 >= 4.8.6 %endif %if "%{target_system}" == "opensuse42_3" # OpenSuSE 42.3 requirements Requires: ruby2.3 >= 2.3.1 -Requires: python >= 3.4.6 +Requires: python3 >= 3.4.6 Requires: libqt4 >= 4.8.6 # ... %endif