From eb3db20340b645e26f4cec72e60a481a66b0e786 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Thu, 2 Jul 2020 09:11:15 -0700 Subject: [PATCH] Add hidden import chroot.ssl for pyinstaller --- package/Tautulli-macos.spec | 2 +- package/Tautulli-windows.spec | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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(