Move %generate_buildrequires after %prep to make the spec file easier to follow
This commit is contained in:
parent
c29b565e04
commit
c7cfbf006c
@ -53,10 +53,6 @@ after RSpec Expectations and should.js.}
|
||||
%description %{common_description}
|
||||
|
||||
|
||||
%generate_buildrequires
|
||||
%pyproject_buildrequires -r
|
||||
|
||||
|
||||
%package -n python3-%{srcname}
|
||||
Summary: %{summary}
|
||||
|
||||
@ -87,6 +83,10 @@ sed -r -i \
|
||||
cp -p '%{SOURCE1}' .
|
||||
|
||||
|
||||
%generate_buildrequires
|
||||
%pyproject_buildrequires -r
|
||||
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
env PYTHONPATH="${PWD}" %make_build -C docs/ html SPHINXOPTS='%{?_smp_mflags}'
|
||||
|
Loading…
Reference in New Issue
Block a user