diff options
author | Steve Dower <steve.dower@python.org> | 2024-11-15 12:22:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-15 12:22:56 (GMT) |
commit | 9332a6f82506f819f591466eb03213be2c8d1808 (patch) | |
tree | 35bb1b9d62f75637c98b193a07eead782b55f2f3 /Tools/msi | |
parent | d4c72fed8cba8e15ab7bb6c30a92bc9f2c8f0a2c (diff) | |
download | cpython-9332a6f82506f819f591466eb03213be2c8d1808.zip cpython-9332a6f82506f819f591466eb03213be2c8d1808.tar.gz cpython-9332a6f82506f819f591466eb03213be2c8d1808.tar.bz2 |
gh-118973: Add _tkinter to freethreaded MSI (GH-126768)
Diffstat (limited to 'Tools/msi')
-rw-r--r-- | Tools/msi/freethreaded/freethreaded_files.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/msi/freethreaded/freethreaded_files.wxs b/Tools/msi/freethreaded/freethreaded_files.wxs index 367fd97..b3ce28e 100644 --- a/Tools/msi/freethreaded/freethreaded_files.wxs +++ b/Tools/msi/freethreaded/freethreaded_files.wxs @@ -103,7 +103,7 @@ </ComponentGroup> </Fragment> - <?define exts=pyexpat;select;unicodedata;winsound;_bz2;_elementtree;_socket;_ssl;_ctypes;_hashlib;_multiprocessing;_lzma;_decimal;_overlapped;_sqlite3;_asyncio;_queue;_uuid;_wmi;_zoneinfo;_testcapi;_ctypes_test;_testbuffer;_testimportmultiple;_testmultiphase;_testsinglephase;_testconsole;_testinternalcapi;_testclinic;_testclinic_limited ?> + <?define exts=pyexpat;select;unicodedata;winsound;_bz2;_elementtree;_socket;_ssl;_ctypes;_hashlib;_multiprocessing;_lzma;_decimal;_overlapped;_sqlite3;_asyncio;_queue;_uuid;_wmi;_zoneinfo;_testcapi;_ctypes_test;_testbuffer;_testimportmultiple;_testmultiphase;_testsinglephase;_testconsole;_testinternalcapi;_testclinic;_testclinic_limited;_tkinter ?> <Fragment> <DirectoryRef Id="Lib_venv_scripts_nt__freethreaded" /> |