From 47b294e620f6967217bd8f7155b12badbaef5544 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 9 Jan 2021 04:29:37 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- pybind11.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/pybind11.spec b/pybind11.spec index f21c714..6ed0abd 100644 --- a/pybind11.spec +++ b/pybind11.spec @@ -26,6 +26,7 @@ Source0: https://github.com/pybind/pybind11/archive/v%{version}/%{name}-%{versio # Patch out header path Patch1: pybind11-2.6.1-hpath.patch +BuildRequires: make %if %{python2_enabled} # Needed to build the python libraries BuildRequires: python2-devel