Add BuildRequires for gcc

This commit is contained in:
Charalampos Stratakis 2018-03-05 16:36:46 +01:00
parent 4c910d94bb
commit 34a4a6cb24

View File

@ -13,6 +13,9 @@ License: GPLv2
URL: https://github.com/fedora-python/%{name}
Source0: https://files.pythonhosted.org/packages/source/e/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
# See https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot
BuildRequires: gcc
BuildRequires: python2-devel
BuildRequires: python2-setuptools