From e92a87dee15ab77d5bf881aa930e4b4449251bd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 29 Apr 2022 09:40:15 +0000 Subject: [PATCH] %_pyproject_wheeldir is absolute since 29157c19b0 Related: rhbz#2060109 --- macros.pyproject | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros.pyproject b/macros.pyproject index a3cd744..b6b9747 100644 --- a/macros.pyproject +++ b/macros.pyproject @@ -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 # This is a directory used as TMPDIR, where pip copies sources to and builds from, relative to PWD