From 6cea11f588b1b26cf5b3f3e82130bc896ffa3e26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 11 Oct 2018 20:44:47 +0200 Subject: [PATCH] Add missing BR:gcc Without that, the binary extension module was not built. --- python-pyrsistent.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-pyrsistent.spec b/python-pyrsistent.spec index f2fd43e..98c5e35 100644 --- a/python-pyrsistent.spec +++ b/python-pyrsistent.spec @@ -20,6 +20,7 @@ Summary: Persistent/Functional/Immutable data structures %{?python_provide:%python_provide python%{python3_pkgversion}-%{mod_name}} BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-six +BuildRequires: gcc %description -n python%{python3_pkgversion}-%{srcname} Pyrsistent is a number of persistent collections (by some referred to