Skip to content

Commit

Permalink
#4472 don't zip up 'asyncio' and 'certifi'
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jan 14, 2025
1 parent 8374640 commit 8c4ec6b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packaging/MSWindows/BUILD.py
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ def zip_modules(light: bool) -> None:
ZIPPED = [
"OpenGL", "encodings", "future", "paramiko", "html",
"pyasn1", "asn1crypto", "async_timeout",
"certifi", "OpenSSL", "keyring",
"OpenSSL", "keyring",
"ifaddr", "pyaes", "service_identity",
"re", "platformdirs", "attr", "setproctitle", "pyvda", "zipp",
"distutils", "comtypes", "email", "multiprocessing", "packaging",
Expand All @@ -735,7 +735,6 @@ def zip_modules(light: bool) -> None:
"builtins", "importlib",
"logging", "queue", "urllib", "xml", "xmlrpc", "pyasn1_modules",
"concurrent", "collections",
"asyncio",
]
if not light:
ZIPPED += EXTRA_PYTHON_MODULES
Expand Down

0 comments on commit 8c4ec6b

Please sign in to comment.