Skip to content

Commit

Permalink
light builds still need 'asyncio' for 'gi'
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Oct 20, 2024
1 parent fc028f8 commit 80b3ed0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packaging/MSWindows/BUILD.py
Original file line number Diff line number Diff line change
Expand Up @@ -687,8 +687,9 @@ def zip_modules(light: bool) -> None:
"builtins", "importlib",
"logging", "queue", "urllib", "xml", "xmlrpc", "pyasn1_modules",
"concurrent", "collections",
"asyncio",
]
EXTRAS = ["asyncio", "unittest", "gssapi", "pynvml", "ldap", "ldap3", "pyu2f", "sqlite3", "psutil"]
EXTRAS = ["unittest", "gssapi", "pynvml", "ldap", "ldap3", "pyu2f", "sqlite3", "psutil"]
if light:
delete_libs(*EXTRAS)
else:
Expand Down

0 comments on commit 80b3ed0

Please sign in to comment.