Adjust Python 2 BuildRequires to make it work both before and after python2 retirement

epel9
Miro Hrončok 5 years ago
parent c7d8f26d98
commit 2f1aa8a27c

@ -175,7 +175,8 @@ BuildRequires: pkgconfig(lcms2)
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
# Only the interpreter is needed
BuildRequires: %{__python2}
%if 0%{?use_system_libvpx}
BuildRequires: pkgconfig(vpx) >= 1.7.0
%endif

Loading…
Cancel
Save