From 3bd87bbf98915f3891cf5c621c24cb0f159b5e6d Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Jul 12 2018 03:28:13 +0000 Subject: Use correct gcc BR; should be gcc-c++. --- diff --git a/python-kiwisolver.spec b/python-kiwisolver.spec index 9847488..c7e4d67 100644 --- a/python-kiwisolver.spec +++ b/python-kiwisolver.spec @@ -15,6 +15,8 @@ algorithm. Kiwi is an implementation of the algorithm based on the seminal \ Cassowary paper. It is *not* a refactoring of the original C++ solver. Kiwi has \ been designed from the ground up to be lightweight and fast. +BuildRequires: gcc-c++ + %description %{_description} @@ -22,7 +24,6 @@ been designed from the ground up to be lightweight and fast. Summary: %{summary} %{?python_provide:%python_provide python2-%{srcname}} -BuildRequires: gcc BuildRequires: python2-devel BuildRequires: python2-setuptools BuildRequires: python2-pytest