]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix the link to ncurses patch download in macos installer build script (GH-20421)
authorOleg Höfling <hoefling@users.noreply.github.com>
Wed, 27 May 2020 10:07:15 +0000 (12:07 +0200)
committerGitHub <noreply@github.com>
Wed, 27 May 2020 10:07:15 +0000 (03:07 -0700)
Reason: the link `ftp://invisible-island.net/ncurses//5.9/ncurses-5.9-20120616-patch.sh.bz2` is dead, which prevents `Mac/BuildScript/build-installer.py` from completing. Looks like the host of the FTP server was changed to `ftp.invisible-island.net`, thus this proposal.

Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
Mac/BuildScript/build-installer.py

index a10601bed9f8c374e595e6f1764961c44c59e20f..76553c93a495703c99c0075fd58e002989809479 100755 (executable)
@@ -302,7 +302,7 @@ def library_recipes():
                   "--libdir=/Library/Frameworks/Python.framework/Versions/%s/lib"%(getVersion(),),
               ],
               patchscripts=[
-                  ("ftp://invisible-island.net/ncurses//5.9/ncurses-5.9-20120616-patch.sh.bz2",
+                  ("ftp://ftp.invisible-island.net/ncurses//5.9/ncurses-5.9-20120616-patch.sh.bz2",
                    "f54bf02a349f96a7c4f0d00922f3a0d4"),
                    ],
               useLDFlags=False,