Add a /usr/bin/python3 BR

Since we do use it for autofiles.  Let's use the file path
to avoid hardcoding knowledge of which package contains it.
This commit is contained in:
Colin Walters 2018-08-14 10:04:58 -04:00
parent 47d9af57c6
commit 5075393fb3

View File

@ -30,6 +30,8 @@ BuildRequires: %{rusttoolset_version}-cargo
BuildRequires: cargo rust-packaging BuildRequires: cargo rust-packaging
%endif %endif
%endif %endif
# For the autofiles bits below
BuildRequires: /usr/bin/python3
# We always run autogen.sh # We always run autogen.sh
BuildRequires: autoconf automake libtool git BuildRequires: autoconf automake libtool git
# For docs # For docs