aboutsummaryrefslogtreecommitdiff
path: root/Mac
diff options
context:
space:
mode:
authorOleg Höfling <hoefling@users.noreply.github.com>2020-05-27 12:07:15 +0200
committerGitHub <noreply@github.com>2020-05-27 03:07:15 -0700
commit7da46b676aed7111de34b57c8b942a7f3bb80327 (patch)
treeb6d279d3ae409a683edf78e81adaac56ab60244c /Mac
parentbpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSp... (diff)
downloadcpython-7da46b676aed7111de34b57c8b942a7f3bb80327.tar.gz
cpython-7da46b676aed7111de34b57c8b942a7f3bb80327.tar.bz2
cpython-7da46b676aed7111de34b57c8b942a7f3bb80327.zip
Fix the link to ncurses patch download in macos installer build script (GH-20421)
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>
Diffstat (limited to 'Mac')
-rwxr-xr-xMac/BuildScript/build-installer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index a10601bed9f..76553c93a49 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -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,