diff --git a/scripts/pyinstaller/hooks/hook-eventlet.py b/scripts/pyinstaller/hooks/hook-eventlet.py new file mode 100644 index 0000000000..eb4fd6e6dc --- /dev/null +++ b/scripts/pyinstaller/hooks/hook-eventlet.py @@ -0,0 +1,3 @@ +from PyInstaller.utils.hooks import collect_submodules + +hiddenimports = collect_submodules('eventlet')