From d7afaf70e0f76aa3c50e168e1eaff5b3a6b98ee5 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-blosc.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-blosc.spec b/python-blosc.spec index c5d594a..17d9b27 100644 --- a/python-blosc.spec +++ b/python-blosc.spec @@ -13,6 +13,7 @@ Source0: https://github.com/Blosc/python-blosc/archive/v%{version}.tar.gz # remove the build-time CPU detection Patch0: python-blosc-alt-arch.patch +BuildRequires: gcc BuildRequires: blosc-devel >= 1.9.0 BuildRequires: python2-devel BuildRequires: numpy