mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	gh-129917: Update installers to use SQLite 3.49.1 (#131025)
Co-authored-by: Ned Deily <nad@python.org>
This commit is contained in:
		
							parent
							
								
									2e96f5ae4d
								
							
						
					
					
						commit
						45a3ab5a81
					
				
					 8 changed files with 15 additions and 14 deletions
				
			
		|  | @ -139,7 +139,7 @@ def make_build_python(context): | |||
| def unpack_deps(host): | ||||
|     deps_url = "https://github.com/beeware/cpython-android-source-deps/releases/download" | ||||
|     for name_ver in ["bzip2-1.0.8-2", "libffi-3.4.4-3", "openssl-3.0.15-4", | ||||
|                      "sqlite-3.45.3-3", "xz-5.4.6-1"]: | ||||
|                      "sqlite-3.49.1-0", "xz-5.4.6-1"]: | ||||
|         filename = f"{name_ver}-{host}.tar.gz" | ||||
|         download(f"{deps_url}/{name_ver}/{filename}") | ||||
|         run(["tar", "-xf", filename]) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Erlend E. Aasland
						Erlend E. Aasland