From 27637748d086236277ea7fcdf3b36ac1492390d8 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-simplejson.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-simplejson.spec b/python-simplejson.spec index 64c7aa4..509984f 100644 --- a/python-simplejson.spec +++ b/python-simplejson.spec @@ -37,6 +37,7 @@ python stdlib. %package -n python2-simplejson Summary: Simple, fast, extensible JSON encoder/decoder for Python2 Group: System Environment/Libraries +BuildRequires: gcc BuildRequires: python2-devel BuildRequires: python2-setuptools BuildRequires: python2-nose