From b0d203cd11983ef9ebe70800859a6ec9e7e2550c Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Thu, 17 Dec 2020 03:06:03 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- botan.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/botan.spec b/botan.spec index cd76272..16956a5 100644 --- a/botan.spec +++ b/botan.spec @@ -25,6 +25,7 @@ BuildRequires: python3-sphinx BuildRequires: boost-python3-devel BuildRequires: bzip2-devel BuildRequires: zlib-devel +BuildRequires: make # do not check .so files in the python_sitelib directories %global __provides_exclude_from ^(%{python3_sitearch}/.*\\.so)$