From f4c57e36092a7acd79c5b3a74f21bc0cface2070 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 8 Jan 2021 19:49:18 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- python-filelock.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-filelock.spec b/python-filelock.spec index a862877..46a7d1e 100644 --- a/python-filelock.spec +++ b/python-filelock.spec @@ -24,6 +24,7 @@ the same lock object twice, it will not block. %package doc Summary: Documentation for %{srcname}, %{summary} +BuildRequires: make BuildRequires: python%{python3_pkgversion}-sphinx BuildRequires: python%{python3_pkgversion}-sphinx-theme-alabaster