From 05e377d823de2838b28b2d1527e2e282b1cc68ad Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Mon, 4 Jan 2021 22:49:49 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- koji.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/koji.spec b/koji.spec index 4c94246..e7a719d 100644 --- a/koji.spec +++ b/koji.spec @@ -37,6 +37,7 @@ contains shared libraries and the command-line interface. Summary: Build system tools python library %{?python_provide:%python_provide python%{python3_pkgversion}-%{name}} BuildRequires: python%{python3_pkgversion}-devel +BuildRequires: make Requires: python%{python3_pkgversion}-rpm Requires: python%{python3_pkgversion}-pyOpenSSL Requires: python%{python3_pkgversion}-requests