Skip to content

Commit

Permalink
chore: add pyinstaller hidden import (aws-deadline#400)
Browse files Browse the repository at this point in the history
Signed-off-by: lucaseck <[email protected]>
Signed-off-by: Cloud User <[email protected]>
  • Loading branch information
lucaseck authored and Cloud User committed Jul 17, 2024
1 parent f63b987 commit e5d83c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/pyinstaller/deadline_cli.spec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ datas += [
(b_module_path + '/../../THIRD_PARTY_LICENSES',
'.')
]

# https://github.com/pyinstaller/pyinstaller/issues/8554
# Can be removed once pyinstaller is upgraded to >= 6.7.0
hiddenimports += ['pkg_resources.extern']

cli_a = Analysis(
['../../src/deadline/client/cli/deadline_cli_main.py'],
binaries=binaries,
Expand Down

0 comments on commit e5d83c5

Please sign in to comment.