Accepting request 931157 from home:dimstar:Factory

- BuildRequire python3-base instead of full python3: allow to be
  slimmer.

OBS-URL: https://build.opensuse.org/request/show/931157
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/re2c?expand=0&rev=44
This commit is contained in:
Peter Simons 2021-11-12 17:13:00 +00:00 committed by Git OBS Bridge
parent 7539ec3aa4
commit f5b8f88514
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Nov 12 13:59:22 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- BuildRequire python3-base instead of full python3: allow to be
slimmer.
-------------------------------------------------------------------
Mon Nov 8 11:58:25 UTC 2021 - Daniel Donisa <daniel.donisa@suse.com>

View File

@ -26,7 +26,7 @@ URL: https://re2c.org/
Source: https://github.com/skvadrik/re2c/releases/download/%{version}/%{name}-%{version}.tar.xz
BuildRequires: bison
BuildRequires: gcc-c++
BuildRequires: python3 >= 3.7
BuildRequires: python3-base >= 3.7
%description
re2c is a tool for writing fast and flexible lexers. Unlike other such