mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Remove usb hidden import from PyInstaller spec.
This commit is contained in:
parent
8cd6fbf301
commit
3f0340d103
@ -9,7 +9,7 @@ if sysname == "Linux" or sysname == "Darwin":
|
|||||||
rt_hooks=['gdk_rthook.py']
|
rt_hooks=['gdk_rthook.py']
|
||||||
|
|
||||||
a = Analysis(['openmv-ide.py'],
|
a = Analysis(['openmv-ide.py'],
|
||||||
hiddenimports=['usb', 'numpy'],
|
hiddenimports=['numpy'],
|
||||||
hookspath=None,
|
hookspath=None,
|
||||||
runtime_hooks=rt_hooks,
|
runtime_hooks=rt_hooks,
|
||||||
excludes=None,
|
excludes=None,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user