Skip to content

Commit 5de4751

Browse files
committed
chore(build-packages): Remove PyInstaller deprecation warning
1 parent 49887e9 commit 5de4751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-os-packages/build-os-packages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ step_build() {
178178
extra_args="--strip"
179179
fi
180180

181-
pyinstaller ggshield/__main__.py --name ggshield --noupx $extra_args
181+
pyinstaller ggshield/__main__.py --name ggshield --exclude-module pkg_resources --noupx $extra_args
182182

183183
if [ "$HUMAN_OS" != Windows ] ; then
184184
# Libraries do not need to be executable

0 commit comments

Comments
 (0)