From ebdd4c34c20a6ef32fcbf95d9e003d972c2615fb Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Thu, 8 Jun 2023 02:41:16 +0000 Subject: [PATCH] Remove manual pyproject-rpm-macros BuildRequires This is unnecessary in both Fedora and RHEL. --- python-click.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/python-click.spec b/python-click.spec index 504e023..64da6ea 100644 --- a/python-click.spec +++ b/python-click.spec @@ -27,7 +27,6 @@ comes with good defaults out of the box. Summary: %{summary} BuildRequires: python%{python3_pkgversion}-devel -BuildRequires: pyproject-rpm-macros %description -n python%{python3_pkgversion}-%{pypi_name} %{_description}