From f55c3304fb7934a48084e2aebf1c631c51546896 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 8 Jan 2021 19:56:56 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- python-pygit2.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-pygit2.spec b/python-pygit2.spec index 4c30f82..93c36bd 100644 --- a/python-pygit2.spec +++ b/python-pygit2.spec @@ -9,6 +9,7 @@ License: GPLv2 with linking exception URL: https://www.pygit2.org/ Source0: https://github.com/libgit2/%{pkgname}/archive/v%{version}/%{pkgname}-%{version}.tar.gz +BuildRequires: make BuildRequires: gcc BuildRequires: (libgit2-devel >= 1.1.0 with libgit2-devel < 2.0.0)