From a96ecfcfc0386eba95c113e03fc9215c8aeaa8ad 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-pyrsistent.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-pyrsistent.spec b/python-pyrsistent.spec index 8f96868..2e26241 100644 --- a/python-pyrsistent.spec +++ b/python-pyrsistent.spec @@ -18,6 +18,7 @@ immutable. %package -n python2-%{srcname} Summary: Persistent/Functional/Immutable data structures %{?python_provide:%python_provide python2-%{pkg_name}} +BuildRequires: gcc BuildRequires: python2-devel BuildRequires: python2-six