From 913e87b27712eec1d0bf732a981a614f954fb8d7 Mon Sep 17 00:00:00 2001 From: wchang kim Date: Fri, 25 Aug 2023 15:26:59 +0900 Subject: [PATCH] Remove the dependency of gcc Change-Id: I40fbb9bdfccb0f71d8b0806b5a494a853cfb6360 --- packaging/bison.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/bison.spec b/packaging/bison.spec index 49d3046..55bd937 100644 --- a/packaging/bison.spec +++ b/packaging/bison.spec @@ -1,6 +1,6 @@ %define keepstatic 1 Name: bison -BuildRequires: gcc-c++ gettext-tools flex +BuildRequires: gettext-tools flex Version: 3.0.5 Release: 0 Summary: The GNU Parser Generator -- 2.7.4