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.
This commit is contained in:
Miro Hrončok 2023-02-28 17:35:29 +01:00
parent 2d27a023a1
commit bf40a6f324

View File

@ -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 <mhroncok@redhat.com> - 0.1.18-6
- BuildRequire python3-setuptools explicitly, don't assume they are pulled transitively
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.18-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild