[PATCH 19/22] mkvenv: add --no-build-isolation flag

John Snow posted 22 patches 2 days, 17 hours ago
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, John Snow <jsnow@redhat.com>, Cleber Rosa <crosa@redhat.com>, Markus Armbruster <armbru@redhat.com>, Michael Roth <michael.roth@amd.com>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>
[PATCH 19/22] mkvenv: add --no-build-isolation flag
Posted by John Snow 2 days, 17 hours ago
WIP. This is needed to process local installs for newer versions of
pip/setuptools. There may be other options. Investigating.

Signed-off-by: John Snow <jsnow@redhat.com>
---
 python/scripts/mkvenv.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/python/scripts/mkvenv.py b/python/scripts/mkvenv.py
index e38292b63a6..9cf7a6e2b2a 100644
--- a/python/scripts/mkvenv.py
+++ b/python/scripts/mkvenv.py
@@ -677,6 +677,7 @@ def pip_install(
         "-m",
         "pip",
         "install",
+        "--no-build-isolation",
         "--disable-pip-version-check",
         "-v" if loud else "-q",
     ]
-- 
2.51.1