Sync from SUSE:SLFO:Main thrift revision c91d42204abbc5f17aa7b1e09df414c3

This commit is contained in:
Adrian Schröter 2024-10-03 18:02:02 +02:00
parent 5ce00f4c49
commit 3c293d6c51
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 9 08:30:47 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Add python-setuptools BuildRequires: fix build.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 29 14:37:20 UTC 2023 - Frederic Crozat <fcrozat@suse.com> Fri Dec 29 14:37:20 UTC 2023 - Frederic Crozat <fcrozat@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package thrift # spec file for package thrift
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -71,6 +71,7 @@ BuildRequires: perl(Class::Accessor)
%endif %endif
%if %{with python3} %if %{with python3}
BuildRequires: %{python_module devel} BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
%if 0%{?suse_version} >= 1550 %if 0%{?suse_version} >= 1550
# if python multiflavor is available, use it to generate subpackages # if python multiflavor is available, use it to generate subpackages