From 34a4a6cb24fae0e678f08f90851d1584d1d1dab4 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Mon, 5 Mar 2018 16:36:46 +0100 Subject: [PATCH] Add BuildRequires for gcc --- python-ethtool.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python-ethtool.spec b/python-ethtool.spec index 16275e3..f940388 100644 --- a/python-ethtool.spec +++ b/python-ethtool.spec @@ -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