Skip to content

Commit

Permalink
light builds don't need 'service_identity'
Browse files Browse the repository at this point in the history
as they don't ship a server
  • Loading branch information
totaam committed Oct 24, 2024
1 parent 72d8e4e commit ff9f98e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/MSWindows/BUILD.py
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ def zip_modules(light: bool) -> None:
"OpenGL", "encodings", "future", "paramiko", "html",
"pyasn1", "asn1crypto", "async_timeout",
"certifi", "OpenSSL", "pkcs11", "keyring",
"ifaddr", "pyaes", "browser_cookie3", "service_identity",
"ifaddr", "pyaes", "service_identity",
"re", "platformdirs", "attr", "setproctitle", "pyvda", "zipp",
"distutils", "comtypes", "email", "multiprocessing", "packaging",
"pkg_resources", "pycparser", "idna", "ctypes", "json",
Expand All @@ -708,7 +708,7 @@ def zip_modules(light: bool) -> None:
"concurrent", "collections",
"asyncio",
]
EXTRAS = ["unittest", "gssapi", "pynvml", "ldap", "ldap3", "pyu2f", "sqlite3", "psutil"]
EXTRAS = ["unittest", "gssapi", "browser_cookie3", "pynvml", "ldap", "ldap3", "pyu2f", "sqlite3", "psutil"]
if light:
delete_libs(*EXTRAS)
else:
Expand Down

0 comments on commit ff9f98e

Please sign in to comment.