summaryrefslogtreecommitdiffstats
path: root/PCbuild/pcbuild.proj
diff options
context:
space:
mode:
authorZachary Ware <zach@python.org>2023-05-25 01:06:00 (GMT)
committerGitHub <noreply@github.com>2023-05-25 01:06:00 (GMT)
commit98c4333e88131fe128494f7474ad12b8b62922b2 (patch)
tree19d79b2736957b7b0ef06ab48eee3e5e738b00d3 /PCbuild/pcbuild.proj
parent41768a2bd3a8f57e6ce4e4ae9cab083b69817ec1 (diff)
downloadcpython-98c4333e88131fe128494f7474ad12b8b62922b2.zip
cpython-98c4333e88131fe128494f7474ad12b8b62922b2.tar.gz
cpython-98c4333e88131fe128494f7474ad12b8b62922b2.tar.bz2
gh-104773: Remove the msilib package (GH-104911)
Diffstat (limited to 'PCbuild/pcbuild.proj')
-rw-r--r--PCbuild/pcbuild.proj2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/pcbuild.proj b/PCbuild/pcbuild.proj
index e13a0d4..46d6961 100644
--- a/PCbuild/pcbuild.proj
+++ b/PCbuild/pcbuild.proj
@@ -64,7 +64,7 @@
<!-- pyshellext.dll -->
<Projects Include="pyshellext.vcxproj" />
<!-- Extension modules -->
- <ExtensionModules Include="_asyncio;_zoneinfo;_decimal;_elementtree;_msi;_multiprocessing;_overlapped;pyexpat;_queue;select;unicodedata;winsound;_uuid;_wmi" />
+ <ExtensionModules Include="_asyncio;_zoneinfo;_decimal;_elementtree;_multiprocessing;_overlapped;pyexpat;_queue;select;unicodedata;winsound;_uuid;_wmi" />
<ExtensionModules Include="_ctypes" Condition="$(IncludeCTypes)" />
<!-- Extension modules that require external sources -->
<ExternalModules Include="_bz2;_lzma;_sqlite3" />