mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 07:31:38 +00:00 
			
		
		
		
	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>
(cherry picked from commit 7da46b676a)
Co-authored-by: Oleg Höfling <hoefling@users.noreply.github.com>
			
			
This commit is contained in:
		
							parent
							
								
									1c88bf8541
								
							
						
					
					
						commit
						43fccb1875
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -302,7 +302,7 @@ def library_recipes():
 | 
				
			||||||
                  "--libdir=/Library/Frameworks/Python.framework/Versions/%s/lib"%(getVersion(),),
 | 
					                  "--libdir=/Library/Frameworks/Python.framework/Versions/%s/lib"%(getVersion(),),
 | 
				
			||||||
              ],
 | 
					              ],
 | 
				
			||||||
              patchscripts=[
 | 
					              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"),
 | 
					                   "f54bf02a349f96a7c4f0d00922f3a0d4"),
 | 
				
			||||||
                   ],
 | 
					                   ],
 | 
				
			||||||
              useLDFlags=False,
 | 
					              useLDFlags=False,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue