From 9be72af22924b91ae0d4ecd80c87ab92ae179c6b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 6 May 2018 18:49:23 -0500 Subject: [PATCH] fix python2-clang dep --- kf5-kconfig.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kf5-kconfig.spec b/kf5-kconfig.spec index bf9659d..22f47f5 100644 --- a/kf5-kconfig.spec +++ b/kf5-kconfig.spec @@ -41,10 +41,10 @@ BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qttools-devel %if 0%{?python} -%if 0%{?fedora} > 27 -BuildRequires: python2-clang -%else +%if 0%{?fedora} && 0%{?fedora} < 27 BuildRequires: bundled(python2-clang) >= 4.0.1 +%else +BuildRequires: python2-clang %endif BuildRequires: clang BuildRequires: python2-PyQt5-devel