diff --git a/package/Tautulli-macos.spec b/package/Tautulli-macos.spec index b036fcf7..c44a46ee 100644 --- a/package/Tautulli-macos.spec +++ b/package/Tautulli-macos.spec @@ -19,7 +19,7 @@ analysis = Analysis( ('../lib/ipwhois/data', 'data') ], excludes=['FixTk', 'tcl', 'tk', '_tkinter', 'tkinter', 'Tkinter'], - hiddenimports=['Foundation', 'AppKit'], + hiddenimports=['Foundation', 'AppKit', 'chroot.ssl'], cipher=block_cipher ) pyz = PYZ( diff --git a/package/Tautulli-windows.spec b/package/Tautulli-windows.spec index cf19a053..cdf7c331 100644 --- a/package/Tautulli-windows.spec +++ b/package/Tautulli-windows.spec @@ -16,6 +16,7 @@ analysis = Analysis( ('..\\lib\\ipwhois\\data', 'data') ], excludes=['FixTk', 'tcl', 'tk', '_tkinter', 'tkinter', 'Tkinter'], + hiddenimports=['chroot.ssl'], cipher=block_cipher, ) pyz = PYZ(