Replace deprecated %pyproject_build_lib macro

This commit is contained in:
Jerry James 2023-07-11 14:31:18 -06:00
parent 3255690826
commit 486fdff81d

View File

@ -141,7 +141,7 @@ sed -i '/osmnx/d;/momepy/d' requirements/example.txt
%if %{with doctest}
# Build the documentation
PYTHONPATH=%{pyproject_build_lib} make -C doc html
PYTHONPATH=$PWD/build/lib make -C doc html
rst2html --no-datestamp README.rst README.html
%endif