Move %generate_buildrequires after %prep to make the spec file easier to follow
This commit is contained in:
parent
2e42ef960a
commit
62fe262168
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user