Remove usage of deprecated %{pyproject_build_lib}

This commit is contained in:
Maxwell G 2023-06-12 17:18:24 +00:00
parent 3ecc09aef0
commit 5f66224fc6
No known key found for this signature in database
GPG Key ID: F79E4E25E8C661F8
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ sed -i 's/"endline": "\\x1b\[90m\\x1b\[39;49;00m",/"endline": "",/' testing/conf
%if %{with docs}
for l in doc/* ; do
%make_build -C $l html PYTHONPATH=%{pyproject_build_lib}
%make_build -C $l html PYTHONPATH="$(pwd)/src"
done
for f in README CHANGELOG CONTRIBUTING ; do
rst2html ${f}.rst > ${f}.html