From 923e800c90aed6a1491d08cdf8a316cee43a69f6 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 2 Jan 2017 09:55:40 -0600 Subject: [PATCH] BR: python (and make qtdeclarative dep explicit) --- qt5-qtwebkit.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/qt5-qtwebkit.spec b/qt5-qtwebkit.spec index 19c4c66..cb646b1 100644 --- a/qt5-qtwebkit.spec +++ b/qt5-qtwebkit.spec @@ -33,7 +33,7 @@ Patch8: qtwebkit-opensource-src-5.2.1-no_rpath.patch %global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$ BuildRequires: qt5-qtbase-devel >= %{version} -BuildRequires: pkgconfig(Qt5Qml) >= %{version} +BuildRequires: qt5-qtdeclarative-devel >= %{version} %if ! 0%{?bootstrap} BuildRequires: pkgconfig(Qt5Sensors) BuildRequires: pkgconfig(Qt5Location) @@ -64,6 +64,7 @@ BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(xcomposite) pkgconfig(xrender) BuildRequires: perl perl(version) BuildRequires: perl(Digest::MD5) perl(Text::ParseWords) perl(Getopt::Long) +BuildRequires: python BuildRequires: ruby rubypick rubygems BuildRequires: zlib-devel @@ -184,7 +185,7 @@ popd %changelog * Mon Jan 02 2017 Rex Dieter - 5.7.1-3 -- filter qml provides +- filter qml provides, BR: qtdeclarative python expicitly * Sat Dec 10 2016 Rex Dieter - 5.7.1-2 - drop BR: cmake (handled by qt5-rpm-macros now)