From 358f6bcef915e4aa739b8747ac14cbd06adf8ca1 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 10 Jul 2018 10:41:50 +0200 Subject: [PATCH] add BuildRequires: gcc Signed-off-by: Igor Gnatenko --- python-greenlet.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-greenlet.spec b/python-greenlet.spec index 437fe21..7f50e72 100644 --- a/python-greenlet.spec +++ b/python-greenlet.spec @@ -13,6 +13,8 @@ Patch0001: 0001-Don-t-clobber-r2-register-on-ppc64el.patch # https://bugzilla.redhat.com/show_bug.cgi?id=1594248 Patch0002: https://github.com/python-greenlet/greenlet/pull/132.patch +BuildRequires: gcc + %global _description \ The greenlet package is a spin-off of Stackless, a version of CPython\ that supports micro-threads called "tasklets". Tasklets run\