|
114 | 114 | "_lzma": ["xz"],
|
115 | 115 | "_sqlite3": ["sqlite"],
|
116 | 116 | "_ssl": ["openssl"],
|
117 |
| - "_tkinter": ["tcl", "tk", "tix"], |
| 117 | + "_tkinter": ["tcl-8612", "tk-8612", "tix"], |
118 | 118 | "_uuid": ["uuid"],
|
119 | 119 | "zlib": ["zlib"],
|
120 | 120 | }
|
@@ -355,7 +355,7 @@ def hack_props(
|
355 | 355 | sqlite_version = DOWNLOADS["sqlite"]["version"]
|
356 | 356 | xz_version = DOWNLOADS["xz"]["version"]
|
357 | 357 | zlib_version = DOWNLOADS["zlib"]["version"]
|
358 |
| - tcltk_commit = DOWNLOADS["tk-windows-bin"]["git_commit"] |
| 358 | + tcltk_commit = DOWNLOADS["tk-windows-bin-8612"]["git_commit"] |
359 | 359 | mpdecimal_version = DOWNLOADS["mpdecimal"]["version"]
|
360 | 360 |
|
361 | 361 | sqlite_path = td / ("sqlite-autoconf-%s" % sqlite_version)
|
@@ -566,7 +566,7 @@ def hack_project_files(
|
566 | 566 | rb'<ClCompile Include="$(opensslIncludeDir)\openssl\applink.c">',
|
567 | 567 | )
|
568 | 568 |
|
569 |
| - # We're still on the pre-built tk-windows-bin 8.6.14 which doesn't have a |
| 569 | + # We're still on the pre-built tk-windows-bin 8.6.12 which doesn't have a |
570 | 570 | # standalone zlib DLL. So remove references to it from 3.12+.
|
571 | 571 | if meets_python_minimum_version(python_version, "3.12"):
|
572 | 572 | static_replace_in_file(
|
@@ -1197,7 +1197,7 @@ def build_cpython(
|
1197 | 1197 | bzip2_archive = download_entry("bzip2", BUILD)
|
1198 | 1198 | sqlite_archive = download_entry("sqlite", BUILD)
|
1199 | 1199 | tk_bin_archive = download_entry(
|
1200 |
| - "tk-windows-bin", BUILD, local_name="tk-windows-bin.tar.gz" |
| 1200 | + "tk-windows-bin-8612", BUILD, local_name="tk-windows-bin.tar.gz" |
1201 | 1201 | )
|
1202 | 1202 | xz_archive = download_entry("xz", BUILD)
|
1203 | 1203 | zlib_archive = download_entry("zlib", BUILD)
|
|
0 commit comments