mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 21:03:21 -07:00
Add hidden import cheroot.ssl.builtin for pyinstaller
This commit is contained in:
parent
83df807f7e
commit
91935c9018
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ analysis = Analysis(
|
||||||
('../lib/ipwhois/data', 'data')
|
('../lib/ipwhois/data', 'data')
|
||||||
],
|
],
|
||||||
excludes=['FixTk', 'tcl', 'tk', '_tkinter', 'tkinter', 'Tkinter'],
|
excludes=['FixTk', 'tcl', 'tk', '_tkinter', 'tkinter', 'Tkinter'],
|
||||||
hiddenimports=['Foundation', 'AppKit', 'cheroot.ssl'],
|
hiddenimports=['Foundation', 'AppKit', 'cheroot.ssl', 'cheroot.ssl.builtin'],
|
||||||
cipher=block_cipher
|
cipher=block_cipher
|
||||||
)
|
)
|
||||||
pyz = PYZ(
|
pyz = PYZ(
|
||||||
|
|
|
@ -16,7 +16,7 @@ analysis = Analysis(
|
||||||
('..\\lib\\ipwhois\\data', 'data')
|
('..\\lib\\ipwhois\\data', 'data')
|
||||||
],
|
],
|
||||||
excludes=['FixTk', 'tcl', 'tk', '_tkinter', 'tkinter', 'Tkinter'],
|
excludes=['FixTk', 'tcl', 'tk', '_tkinter', 'tkinter', 'Tkinter'],
|
||||||
hiddenimports=['cheroot.ssl'],
|
hiddenimports=['cheroot.ssl', 'cheroot.ssl.builtin'],
|
||||||
cipher=block_cipher,
|
cipher=block_cipher,
|
||||||
)
|
)
|
||||||
pyz = PYZ(
|
pyz = PYZ(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue