From: Petr Viktorin Date: Thu, 30 Apr 2026 08:30:34 +0000 (+0200) Subject: Revert pylock.toml change to make MSI builds pass (#149175) X-Git-Tag: v3.15.0b1~161 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a94c7900be382e1ff2cdbe45b1e713c7e3e46570;p=thirdparty%2FPython%2Fcpython.git Revert pylock.toml change to make MSI builds pass (#149175) GH-149058 made MSI installer tests fail. GHA didn't catch this because MSI-related files weren't changed. This reverts the build.bat change from commit 40dc61a0e0672810c3934da8cc2eda68027c24ce. Also: a README style nitpick to trigger CI. --- diff --git a/Doc/make.bat b/Doc/make.bat index 64a42257c925..99f0d5c44f00 100644 --- a/Doc/make.bat +++ b/Doc/make.bat @@ -13,7 +13,7 @@ if not defined SPHINXBUILD ( %PYTHON% -c "import sphinx" > nul 2> nul if errorlevel 1 ( echo Installing sphinx with %PYTHON% - %PYTHON% -m pip install -r pylock.toml + %PYTHON% -m pip install -r requirements.txt if errorlevel 1 exit /B ) set SPHINXBUILD=%PYTHON% -c "import sphinx.cmd.build, sys; sys.exit(sphinx.cmd.build.main())" diff --git a/Tools/msi/README.txt b/Tools/msi/README.txt index 8ae156450d52..4b3de9e82f6f 100644 --- a/Tools/msi/README.txt +++ b/Tools/msi/README.txt @@ -528,4 +528,3 @@ explicitly handled by the installer. Python packages installed later using a tool like pip will not be removed. Some components may be installed by other installers and these will not be removed if another product has a dependency on them. -