From 7753457842edaf74c2c8ccf67db7c76d6731602f 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-ruamel-yaml.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-ruamel-yaml.spec b/python-ruamel-yaml.spec index 83d0e40..c7bd392 100644 --- a/python-ruamel-yaml.spec +++ b/python-ruamel-yaml.spec @@ -20,6 +20,7 @@ Patch0: python-ruamel-yaml-pytest27.patch # Don't require ruamel.std.pathlib, but use stdlib's pathlib on py3, pathlib2 on py2 Patch1: python-ruamel-yaml-pathlib.patch +BuildRequires: gcc BuildRequires: libyaml-devel %description