From bf40a6f324aaae254162264f2f2099a15b9eee87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 28 Feb 2023 17:35:29 +0100 Subject: [PATCH] BuildRequire python3-setuptools explicitly They are needed by setup_for_python_metadata.py and/or pyproject.toml but were only transitively pulled in by sphinx -> babel -> setuptools. --- libcomps.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libcomps.spec b/libcomps.spec index 1dc5d57..6c07e92 100644 --- a/libcomps.spec +++ b/libcomps.spec @@ -2,7 +2,7 @@ Name: libcomps Version: 0.1.18 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Comps XML file manipulation library License: GPLv2+ @@ -50,6 +50,7 @@ Documentation files for python bindings libcomps library. %package -n python3-%{name} Summary: Python 3 bindings for libcomps library BuildRequires: python3-devel +BuildRequires: python3-setuptools BuildRequires: make %{?python_provide:%python_provide python3-%{name}} Requires: %{name}%{?_isa} = %{version}-%{release} @@ -115,6 +116,9 @@ popd %{python3_sitearch}/%{name}-%{version}-py%{python3_version}.egg-info %changelog +* Tue Feb 28 2023 Miro HronĨok - 0.1.18-6 +- BuildRequire python3-setuptools explicitly, don't assume they are pulled transitively + * Thu Jan 19 2023 Fedora Release Engineering - 0.1.18-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild