From 62fe2621689b7c462b1d01f36e39ecdb43e398c1 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Tue, 27 Jul 2021 14:48:52 -0400 Subject: [PATCH] Move %generate_buildrequires after %prep to make the spec file easier to follow --- python-pyrsistent.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python-pyrsistent.spec b/python-pyrsistent.spec index 5be4757..063a29c 100644 --- a/python-pyrsistent.spec +++ b/python-pyrsistent.spec @@ -87,10 +87,6 @@ original structure is left untouched.} %description %{common_description} -%generate_buildrequires -%pyproject_buildrequires -r - - %package -n python3-%{srcname} Summary: %{summary} @@ -109,6 +105,10 @@ BuildArch: noarch %autosetup -n %{srcname}-%{version} -p1 +%generate_buildrequires +%pyproject_buildrequires -r + + %build %pyproject_wheel