Move %generate_buildrequires after %prep to make the spec file easier to follow

This commit is contained in:
Benjamin A. Beasley 2021-07-27 14:48:52 -04:00
parent 2e42ef960a
commit 62fe262168

View File

@ -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