summaryrefslogtreecommitdiff
path: root/external/python3/replace-powershell-with-wget.patch.1
diff options
context:
space:
mode:
Diffstat (limited to 'external/python3/replace-powershell-with-wget.patch.1')
-rw-r--r--external/python3/replace-powershell-with-wget.patch.111
1 files changed, 0 insertions, 11 deletions
diff --git a/external/python3/replace-powershell-with-wget.patch.1 b/external/python3/replace-powershell-with-wget.patch.1
deleted file mode 100644
index 2e9b4fc38a55..000000000000
--- a/external/python3/replace-powershell-with-wget.patch.1
+++ /dev/null
@@ -1,11 +0,0 @@
---- python3/PCbuild/find_python.bat 2025-01-03 11:53:41.867445033 +0100
-+++ python3/PCbuild/find_python.bat 2025-01-03 11:54:25.018865518 +0100
-@@ -56,7 +56,7 @@
- @rem NB: Must use single quotes around NUGET here, NOT double!
- @rem Otherwise, a space in the path would break things
- @rem If it fails, retry with any available copy of Python
-- @powershell.exe -Command Invoke-WebRequest %_Py_NUGET_URL% -OutFile '%_Py_NUGET%'
-+ @wget -O '%_Py_NUGET%' %_Py_NUGET_URL%
- @if errorlevel 1 (
- @%_Py_HOST_PYTHON% -E "%_Py_D%\urlretrieve.py" "%_Py_NUGET_URL%" "%_Py_NUGET%"
- )