From f1ddf5e782314d35efd5cef33b6d9b5748bbb669 Mon Sep 17 00:00:00 2001 From: Thomas W Rodgers Date: Wed, 11 Jan 2023 19:15:18 -0800 Subject: [PATCH] Fix build failure with Python 3.12.0 (bz 2154975) --- tbb.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tbb.spec b/tbb.spec index 7f32e3e..122154a 100644 --- a/tbb.spec +++ b/tbb.spec @@ -1,7 +1,7 @@ Name: tbb Summary: The Threading Building Blocks library abstracts low-level threading details Version: 2020.3 -Release: 12%{?dist} +Release: 13%{?dist} License: ASL 2.0 URL: http://threadingbuildingblocks.org/ @@ -36,6 +36,7 @@ BuildRequires: doxygen BuildRequires: gcc-c++ BuildRequires: make BuildRequires: python3-devel +BuildRequires: python-setuptools BuildRequires: swig %description @@ -205,6 +206,9 @@ cmake \ %{python3_sitearch}/__pycache__/TBB* %changelog +* Wed Jan 11 2023 Thomas Rodgers - 2020.3-13 +- Fix build failure with Python 3.12.0 (bz 2154975) + * Sat Jul 23 2022 Fedora Release Engineering - 2020.3-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild