diff --git a/package/Tautulli-macos.spec b/package/Tautulli-macos.spec index 4683f877..ea28503b 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', 'cheroot.ssl'], + hiddenimports=['Foundation', 'AppKit', 'cheroot.ssl', 'cheroot.ssl.builtin'], cipher=block_cipher ) pyz = PYZ( diff --git a/package/Tautulli-windows.spec b/package/Tautulli-windows.spec index 2a3a7bdd..f906f885 100644 --- a/package/Tautulli-windows.spec +++ b/package/Tautulli-windows.spec @@ -16,7 +16,7 @@ analysis = Analysis( ('..\\lib\\ipwhois\\data', 'data') ], excludes=['FixTk', 'tcl', 'tk', '_tkinter', 'tkinter', 'Tkinter'], - hiddenimports=['cheroot.ssl'], + hiddenimports=['cheroot.ssl', 'cheroot.ssl.builtin'], cipher=block_cipher, ) pyz = PYZ(