Skip to content

Commit 98f46fe

Browse files
committed
Add _cffi_backend to hidden imports for PyInstaller
1 parent a118c30 commit 98f46fe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

picard.spec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ a = Analysis(['tagger.py'],
7474
pathex=['picard'],
7575
binaries=binaries,
7676
datas=data_files,
77-
hiddenimports=[],
77+
hiddenimports=[
78+
'_cffi_backend', # required for pygit2
79+
],
7880
hookspath=[],
7981
runtime_hooks=runtime_hooks,
8082
excludes=[],

0 commit comments

Comments
 (0)