From ba4c2165ce230ea633495ed601a1de91ac9a5cf8 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 19 Jan 2021 02:35:03 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- pythran.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/pythran.spec b/pythran.spec index bb30d77..4e1cd60 100644 --- a/pythran.spec +++ b/pythran.spec @@ -25,6 +25,7 @@ Patch1: %{url}/commit/4d317755a3b908cc.patch # and we also might need to skip some %global debug_package %{nil} +BuildRequires: make BuildRequires: boost-devel BuildRequires: flexiblas-devel BuildRequires: gcc-c++