From 5f970dc7e3c4f075d2baad2ca868837510885b5d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 10 Jul 2018 15:56:26 +0200 Subject: [PATCH] add BuildRequires: gcc Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- python-Bottleneck.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-Bottleneck.spec b/python-Bottleneck.spec index 941b5fa..8d11231 100644 --- a/python-Bottleneck.spec +++ b/python-Bottleneck.spec @@ -26,6 +26,7 @@ This package contains the HTML-docs for %{name}. %package -n python2-%{upname} Summary: Collection of fast NumPy array functions written in Cython +BuildRequires: gcc BuildRequires: python2-numpy BuildRequires: python2-numpydoc BuildRequires: python2-nose