diff options
Diffstat (limited to 'www-client/firefox/files/firefox-95-fix-fatal-pip-invocation.patch')
-rw-r--r-- | www-client/firefox/files/firefox-95-fix-fatal-pip-invocation.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www-client/firefox/files/firefox-95-fix-fatal-pip-invocation.patch b/www-client/firefox/files/firefox-95-fix-fatal-pip-invocation.patch new file mode 100644 index 00000000..d39a6e1f --- /dev/null +++ b/www-client/firefox/files/firefox-95-fix-fatal-pip-invocation.patch @@ -0,0 +1,13 @@ +diff --git a/build/mach_initialize.py b/build/mach_initialize.py +index 32f3011..5e6e2b4 100644 +--- a/build/mach_initialize.py ++++ b/build/mach_initialize.py +@@ -207,7 +207,7 @@ def _activate_python_environment(topsrcdir): + else "MACH_USE_SYSTEM_PYTHON" + ) + +- has_pip = ( ++ has_pip = False and ( + subprocess.run( + [sys.executable, "-c", "import pip"], stderr=subprocess.DEVNULL + ).returncode |