From c7d8f26d987cfc2f1ab86908cf456693d1192e2f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 21 Aug 2019 10:45:09 -0500 Subject: [PATCH] document fesco exception to allow python2 use --- qt5-qtwebengine.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qt5-qtwebengine.spec b/qt5-qtwebengine.spec index e3ff163..3c0af25 100644 --- a/qt5-qtwebengine.spec +++ b/qt5-qtwebengine.spec @@ -173,6 +173,8 @@ BuildRequires: pkgconfig(lcms2) ## https://bugreports.qt.io/browse/QTBUG-59094 #BuildRequires: pkgconfig(libxslt) pkgconfig(libxml-2.0) BuildRequires: perl-interpreter +# fesco exception to allow python2 use: https://pagure.io/fesco/issue/2208 +# per https://fedoraproject.org/wiki/Changes/RetirePython2#FESCo_exceptions BuildRequires: python2-devel %if 0%{?use_system_libvpx} BuildRequires: pkgconfig(vpx) >= 1.7.0