]> granicus.if.org Git - python/commit
bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783)
authorZachary Ware <zachary.ware@gmail.com>
Fri, 16 Jun 2017 03:08:51 +0000 (22:08 -0500)
committerGitHub <noreply@github.com>
Fri, 16 Jun 2017 03:08:51 +0000 (22:08 -0500)
commit51599e2bdd10ab77212a7cbb41a13ea70ee13da8
treefcab1fc60d7fc81f55836dde4faa7b9067327443
parent7a801839e9a88bdcac5aaab494b532230fcf7caa
bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783)

The Windows build now depends on Python 3.6 to fetch externals, but it will be downloaded via NuGet (which is downloaded via PowerShell) if it is not available via `py -3.6`.  This means the only thing that must be installed on a modern Windows box to do a full build of CPython with all extensions is Visual Studio.

Also fixes an outdated note about _lzma in PCbuild/readme.txt
PCbuild/get_external.py [new file with mode: 0644]
PCbuild/get_externals.bat
PCbuild/readme.txt
Tools/msi/get_externals.bat