From c7abc74243c8acf7473946cb5bb546cce93739e1 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 8 Jan 2021 19:48:13 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- python-dmidecode.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-dmidecode.spec b/python-dmidecode.spec index 5209d92..32b431d 100644 --- a/python-dmidecode.spec +++ b/python-dmidecode.spec @@ -8,6 +8,7 @@ Source0: https://github.com/nima/python-dmidecode/archive/v%{version}/%{name}/%{ Patch0: python-dmidecode-use_python3.patch +BuildRequires: make BuildRequires: gcc BuildRequires: libxml2-devel