[build] Include secretstorage in Linux builds

Authored by: bashonly
This commit is contained in:
bashonly
2023-11-12 15:58:13 -06:00
parent 20314dd46f
commit 9970d74c83
3 changed files with 9 additions and 7 deletions

View File

@@ -25,7 +25,7 @@ def get_hidden_imports():
for module in ('websockets', 'requests', 'urllib3'):
yield from collect_submodules(module)
# These are auto-detected, but explicitly add them just in case
yield from ('mutagen', 'brotli', 'certifi')
yield from ('mutagen', 'brotli', 'certifi', 'secretstorage')
hiddenimports = list(get_hidden_imports())