From 58426bf0cea5c79ec6c5178a1bb7d65e4a088e0b Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Tue, 26 Oct 2021 09:22:04 -0400 Subject: [PATCH] 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 --- python-cffsubr.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-cffsubr.spec b/python-cffsubr.spec index 21d9c2a..c8d92ee 100644 --- a/python-cffsubr.spec +++ b/python-cffsubr.spec @@ -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 - 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 - 0.2.8-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild