We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e524d0e commit fdec444Copy full SHA for fdec444
src/cli/repack.py
@@ -555,7 +555,7 @@ def analysis(self):
555
self.patch_specfile(specfile, hookscript, resfile)
556
557
cmdlist = self.pyicmd + ['--clean', '--workpath', self.workpath]
558
- cmdlist.extend(self.pyiopts)
+ cmdlist.extend(self.filter_opts(self.pyiopts, exvalues, exopts))
559
cmdlist.append(specfile)
560
logger.debug('%s', ' '.join(cmdlist))
561
logger.info('call PyInstaller to analysis, '
0 commit comments