Make %{_pyproject_wheeldir} an implementation detail

This commit is contained in:
Petr Viktorin 2020-08-20 12:02:34 +02:00
parent fb4066b150
commit 91acc88e2d

View File

@ -61,7 +61,6 @@ And install the wheel in `%install` with `%pyproject_install`:
%pyproject_install %pyproject_install
`%pyproject_install` installs all wheels in `$PWD/pyproject-wheeldir/`. `%pyproject_install` installs all wheels in `$PWD/pyproject-wheeldir/`.
If you would like to save wheels somewhere else, redefine `%{_pyproject_wheeldir}`.
Adding run-time and test-time dependencies Adding run-time and test-time dependencies