From 146c143bb51c86daca5d491b952aef4e529d408d Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Fri, 12 May 2023 12:27:56 -0400 Subject: [PATCH] Drop lower-bound on pyproject-rpm-macros There is no longer any danger of getting such an old version. --- python-hatchling.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/python-hatchling.spec b/python-hatchling.spec index 77c0555..f8c5e14 100644 --- a/python-hatchling.spec +++ b/python-hatchling.spec @@ -18,8 +18,6 @@ Source500: hatchling-version.1 BuildArch: noarch BuildRequires: python3-devel -# RHBZ#1985340, RHBZ#2076994 -BuildRequires: pyproject-rpm-macros >= 1.2.0 %global common_description %{expand: This is the extensible, standards compliant build backend used by Hatch.}