Skip to content

Commit

Permalink
fix: Add configparser to PyInstaller hiddenimports to resolve depende…
Browse files Browse the repository at this point in the history
…ncy issue from botocore (#2932)
  • Loading branch information
wchengru committed Jun 4, 2021
1 parent 104b5e5 commit a1fe577
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions installer/pyinstaller/hook-samcli.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
# since pyInstaller 4.0.
"pkg_resources.py2_warn",
"aws_lambda_builders.workflows",
"configparser",
]
datas = (
hooks.collect_data_files("samcli")
Expand Down

0 comments on commit a1fe577

Please sign in to comment.