mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-06 06:45:00 +01:00
[build] Exclude pkg_resources from being collected (#13320)
Closes #13311 Authored by: bashonly
This commit is contained in:
parent
f7bbf5a617
commit
cc749a8a3b
3 changed files with 5 additions and 1 deletions
|
|
@ -36,6 +36,9 @@ def main():
|
|||
f'--name={name}',
|
||||
'--icon=devscripts/logo.ico',
|
||||
'--upx-exclude=vcruntime140.dll',
|
||||
# Ref: https://github.com/yt-dlp/yt-dlp/issues/13311
|
||||
# https://github.com/pyinstaller/pyinstaller/issues/9149
|
||||
'--exclude-module=pkg_resources',
|
||||
'--noconfirm',
|
||||
'--additional-hooks-dir=yt_dlp/__pyinstaller',
|
||||
*opts,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue