Skip to content

Commit 60e3b1d

Browse files
committed
Added OCP to hidden_imports list
1 parent 2e2cdf6 commit 60e3b1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cq-cli_pyinstaller.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ for file_path in file_list:
3232
file_name = file_path.split(os.path.sep)[-1]
3333
module_name = file_name.replace(".py", "")
3434
hidden_imports.append("cqcodecs." + module_name)
35+
hidden_imports.append('OCP')
3536

3637
a = Analysis(['cq-cli.py'],
3738
pathex=['.'],

0 commit comments

Comments
 (0)