From 2682eb1cd2a194fbf002a590db08780727fffc86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Sun, 30 Jan 2022 19:21:28 +0100 Subject: RPM: various updates for upcoming 14.0.12 release --- redhat/dependencies/sip4-tqt/sip4-tqt.spec | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'redhat/dependencies/sip4-tqt') diff --git a/redhat/dependencies/sip4-tqt/sip4-tqt.spec b/redhat/dependencies/sip4-tqt/sip4-tqt.spec index 23789e97e..6830f92d8 100644 --- a/redhat/dependencies/sip4-tqt/sip4-tqt.spec +++ b/redhat/dependencies/sip4-tqt/sip4-tqt.spec @@ -70,6 +70,12 @@ BuildRequires: trinity-filesystem >= %{tde_version} BuildRequires: gcc-c++ +# BISON support +BuildRequires: bison + +# FLEX support +BuildRequires: flex + # PYTHON support %if 0%{?rhel} >= 8 || 0%{?fedora} >= 31 || 0%{?suse_version} >= 1550 || 0%{?mgaversion} >= 8 %global python python2 @@ -82,7 +88,13 @@ BuildRequires: gcc-c++ BuildRequires: %{python} BuildRequires: %{python}-devel +# YACC support +%if 0%{?rhel} >= 8 || 0%{?fedora} >= 31 +BuildRequires: byacc +%endif + %description + SIP is a tool for generating bindings for C++ classes with some ideas borrowed from SWIG, but capable of tighter bindings because of its specificity towards C++ and Python. -- cgit v1.2.1