Skip to content

Commit 44da2e1

Browse files
committed
Add _cffi_backend to hidden imports for PyInstaller
1 parent a118c30 commit 44da2e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

picard.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ a = Analysis(['tagger.py'],
7474
pathex=['picard'],
7575
binaries=binaries,
7676
datas=data_files,
77-
hiddenimports=[],
77+
hiddenimports=['_cffi_backend'],
7878
hookspath=[],
7979
runtime_hooks=runtime_hooks,
8080
excludes=[],

0 commit comments

Comments
 (0)