We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab88661 commit ec9edd1Copy full SHA for ec9edd1
gl.spec
@@ -3,9 +3,11 @@ import os
3
4
a = Analysis(['gl.py'],
5
pathex=[os.getcwd()],
6
- # https://github.com/pyinstaller/pyinstaller/issues/3198
7
- # remove this when dropping support for Python < 3.7
8
- hiddenimports=['_sysconfigdata'],
+ hiddenimports=[
+ # https://github.com/pyinstaller/pyinstaller/issues/3198
+ # remove this when dropping support for Python < 3.7
9
+ '_sysconfigdata',
10
+ '_cffi_backend'],
11
hookspath=None,
12
runtime_hooks=None)
13
0 commit comments