%_pyproject_wheeldir is absolute since 29157c19b0

Related: rhbz#2060109
This commit is contained in:
Miro Hrončok 2022-04-29 09:40:15 +00:00
parent a02a1ae59f
commit e92a87dee1

View File

@ -1,4 +1,4 @@
# This is a directory where wheels are stored and installed from, relative to PWD # This is a directory where wheels are stored and installed from, absolute
%_pyproject_wheeldir %{_builddir}%{?buildsubdir:/%{buildsubdir}}/pyproject-wheeldir %_pyproject_wheeldir %{_builddir}%{?buildsubdir:/%{buildsubdir}}/pyproject-wheeldir
# This is a directory used as TMPDIR, where pip copies sources to and builds from, relative to PWD # This is a directory used as TMPDIR, where pip copies sources to and builds from, relative to PWD