mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 12:59:42 -07:00
Add hidden import pkg_resources.py2_warn to Windows installer
This commit is contained in:
parent
21dec5feb3
commit
873194b402
1 changed files with 1 additions and 1 deletions
|
@ -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', 'cheroot.ssl.builtin'],
|
hiddenimports=['pkg_resources.py2_warn', '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