From 9fe97ff0bd6a73beda2d46a730c90aa5319292d7 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 5 Jan 2021 02:22:05 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- libnl3.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libnl3.spec b/libnl3.spec index cc3f0b5..91b21a2 100644 --- a/libnl3.spec +++ b/libnl3.spec @@ -54,6 +54,7 @@ This package contains libnl3 API documentation Summary: libnl3 binding for Python 3 %{?python_provide:%python_provide python3-libnl3} BuildRequires: python3-devel +BuildRequires: make Requires: %{name} = %{version}-%{release} %description -n python3-libnl3