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]>
  • Loading branch information
lucaseck authored and github-actions[bot] committed Jul 12, 2024
1 parent 1d99924 commit 06881cf
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 += [
('../../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 06881cf

Please sign in to comment.