From 5075393fb390f7603880185e92e408f9a3406b95 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 14 Aug 2018 10:04:58 -0400 Subject: [PATCH] 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. --- rpm-ostree.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rpm-ostree.spec b/rpm-ostree.spec index 1b00f2d..3c576a7 100644 --- a/rpm-ostree.spec +++ b/rpm-ostree.spec @@ -30,6 +30,8 @@ BuildRequires: %{rusttoolset_version}-cargo BuildRequires: cargo rust-packaging %endif %endif +# For the autofiles bits below +BuildRequires: /usr/bin/python3 # We always run autogen.sh BuildRequires: autoconf automake libtool git # For docs