From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 8 May 2025 20:17:11 +0000 (+0200) Subject: gh-133626: Ensure the traditional Windows installer doesn't accidentally pick up... X-Git-Tag: v3.14.0b2~219 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=add970f08e43f3f93461b4aa44c0e42da349afd7;p=thirdparty%2FPython%2Fcpython.git gh-133626: Ensure the traditional Windows installer doesn't accidentally pick up site-packages (GH-133693) (cherry picked from commit 6ce469dcba482772bc94c4048e90fa9598897c4a) Co-authored-by: Steve Dower --- diff --git a/Misc/NEWS.d/next/Windows/2025-05-08-19-07-26.gh-issue-133626.yFTKYK.rst b/Misc/NEWS.d/next/Windows/2025-05-08-19-07-26.gh-issue-133626.yFTKYK.rst new file mode 100644 index 000000000000..6c80d96bb832 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2025-05-08-19-07-26.gh-issue-133626.yFTKYK.rst @@ -0,0 +1,2 @@ +Ensures packages are not accidentally bundled into the traditional +installer. diff --git a/Tools/msi/lib/lib.wixproj b/Tools/msi/lib/lib.wixproj index 02078e503d74..3ea46dd40ea4 100644 --- a/Tools/msi/lib/lib.wixproj +++ b/Tools/msi/lib/lib.wixproj @@ -15,12 +15,11 @@ - + $(PySourcePath)Lib