File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 122
122
"_lzma" : ["xz" ],
123
123
"_sqlite3" : ["sqlite" ],
124
124
"_ssl" : ["openssl" ],
125
- "_tkinter" : ["tcl-8612 " , "tk-8612 " , "tix" ],
125
+ "_tkinter" : ["tcl" , "tk" , "tix" ],
126
126
"_uuid" : ["uuid" ],
127
127
"zlib" : ["zlib" ],
128
128
"_zstd" : ["zstd" ],
@@ -370,10 +370,7 @@ def hack_props(
370
370
371
371
mpdecimal_version = DOWNLOADS ["mpdecimal" ]["version" ]
372
372
373
- if meets_python_minimum_version (python_version , "3.14" ) or arch == "arm64" :
374
- tcltk_commit = DOWNLOADS ["tk-windows-bin" ]["git_commit" ]
375
- else :
376
- tcltk_commit = DOWNLOADS ["tk-windows-bin-8612" ]["git_commit" ]
373
+ tcltk_commit = DOWNLOADS ["tk-windows-bin" ]["git_commit" ]
377
374
378
375
sqlite_path = td / ("sqlite-autoconf-%s" % sqlite_version )
379
376
bzip2_path = td / ("bzip2-%s" % bzip2_version )
@@ -1220,10 +1217,6 @@ def find_additional_dependencies(project: pathlib.Path):
1220
1217
if name == "zlib" :
1221
1218
name = zlib_entry
1222
1219
1223
- # On 3.14+ and aarch64, we use the latest tcl/tk version
1224
- if ext == "_tkinter" and (python_majmin == "314" or arch == "arm64" ):
1225
- name = name .replace ("-8612" , "" )
1226
-
1227
1220
download_entry = DOWNLOADS [name ]
1228
1221
1229
1222
# This will raise if no license metadata defined. This is
You can’t perform that action at this time.
0 commit comments