From ce4b4358d1de88a63d4dd13c8d9b73d585ce15f9 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 8 Jan 2021 20:01:07 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- python-smartypants.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-smartypants.spec b/python-smartypants.spec index 6565898..a042f01 100644 --- a/python-smartypants.spec +++ b/python-smartypants.spec @@ -10,6 +10,7 @@ URL: https://github.com/leohemsted/smartypants.py Source0: %url/archive/v%{version}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch +BuildRequires: make BuildRequires: python3-devel BuildRequires: python3dist(setuptools) BuildRequires: python3dist(sphinx)