From dbfde20749214a8c543a784b0e4234aeb320a021 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 10 Jul 2018 15:56:25 +0200 Subject: [PATCH] add BuildRequires: gcc Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- python-wrapt.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-wrapt.spec b/python-wrapt.spec index 688a645..b004c65 100644 --- a/python-wrapt.spec +++ b/python-wrapt.spec @@ -17,6 +17,7 @@ License: BSD URL: https://github.com/GrahamDumpleton/wrapt Source0: https://github.com/GrahamDumpleton/%{sname}/archive/%{version}.tar.gz +BuildRequires: gcc BuildRequires: python2-devel %if 0%{?with_python3}