From 6a503d2baf00f7471fa0514943cf8d5ca749cfc7 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-gevent.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-gevent.spec b/python-gevent.spec index cbbb261..d7ddb77 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -11,6 +11,7 @@ License: MIT URL: http://www.gevent.org/ Source0: https://files.pythonhosted.org/packages/source/g/%{modname}/%{modname}-%{version}.tar.gz +BuildRequires: gcc BuildRequires: c-ares-devel BuildRequires: libev-devel