From c7ce1188e94bfbfd2d85def277ba19ec6efda024 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 4 Nov 2017 12:23:51 +0100 Subject: [PATCH] add missing BuildRequires: gcc Signed-off-by: Igor Gnatenko --- python-coverage.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-coverage.spec b/python-coverage.spec index 73b7281..823359a 100644 --- a/python-coverage.spec +++ b/python-coverage.spec @@ -14,6 +14,8 @@ License: ASL 2.0 and MIT and (MIT or GPL) URL: http://nedbatchelder.com/code/modules/coverage.html Source0: http://pypi.python.org/packages/source/c/coverage/coverage-%{version}%{?prever}.tar.gz +BuildRequires: gcc + %description Coverage.py is a Python module that measures code coverage during Python execution. It uses the code analysis tools and tracing hooks provided in the