GC-5503: #resolved - added missing package as hidden

This commit is contained in:
urihershgc 2016-03-02 15:24:43 +02:00
parent ad8d351b0a
commit 4f0a0093da
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
import platform
a = Analysis(['main.py'],
pathex=['.'],
hiddenimports=[],
hiddenimports=['_cffi_backend'],
hookspath=None,
runtime_hooks=None)