We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49887e9 commit 5de4751Copy full SHA for 5de4751
scripts/build-os-packages/build-os-packages
@@ -178,7 +178,7 @@ step_build() {
178
extra_args="--strip"
179
fi
180
181
- pyinstaller ggshield/__main__.py --name ggshield --noupx $extra_args
+ pyinstaller ggshield/__main__.py --name ggshield --exclude-module pkg_resources --noupx $extra_args
182
183
if [ "$HUMAN_OS" != Windows ] ; then
184
# Libraries do not need to be executable
0 commit comments