Drop python3dist(setuptools) BR because it is implied by pyproject-rpm-macros, and pyproject-rpm-macros BR because it is (now) implied by python3-devel

This commit is contained in:
Benjamin A. Beasley 2021-10-26 09:22:04 -04:00
parent 1fa09b3490
commit 58426bf0ce

View File

@ -2,7 +2,7 @@
Name: python-%{srcname}
Version: 0.2.8
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Standalone CFF subroutinizer based on the AFDKO tx tool
License: ASL 2.0
@ -12,8 +12,6 @@ Source0: %{pypi_source}
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: pyproject-rpm-macros
BuildRequires: python3dist(setuptools)
# From setup_requires in setup.py:
BuildRequires: python3dist(setuptools-scm)
@ -80,6 +78,10 @@ symlinks -c -o %{buildroot}/%{python3_sitelib}/%{srcname}/tx
%exclude %{txbin}
%changelog
* Tue Oct 26 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0.2.8-5
- Drop python3dist(setuptools) BR because it is implied by pyproject-rpm-macros,
and pyproject-rpm-macros BR because it is (now) implied by python3-devel
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.8-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild