add BuildRequires: gcc

Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot
This commit is contained in:
Igor Gnatenko 2018-07-10 15:56:25 +02:00
parent 3c4d4fb371
commit a96ecfcfc0

View File

@ -18,6 +18,7 @@ immutable.
%package -n python2-%{srcname} %package -n python2-%{srcname}
Summary: Persistent/Functional/Immutable data structures Summary: Persistent/Functional/Immutable data structures
%{?python_provide:%python_provide python2-%{pkg_name}} %{?python_provide:%python_provide python2-%{pkg_name}}
BuildRequires: gcc
BuildRequires: python2-devel BuildRequires: python2-devel
BuildRequires: python2-six BuildRequires: python2-six