forked from pool/thrift
Accepting request 1146238 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/1146238 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/thrift?expand=0&rev=18
This commit is contained in:
commit
f06073211d
@ -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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -71,6 +71,7 @@ BuildRequires: perl(Class::Accessor)
|
||||
%endif
|
||||
%if %{with python3}
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: python-rpm-macros
|
||||
%if 0%{?suse_version} >= 1550
|
||||
# if python multiflavor is available, use it to generate subpackages
|
||||
|
Loading…
Reference in New Issue
Block a user