Add hidden import pkg_resources.py2_warn to Windows installer

This commit is contained in:
JonnyWong16 2020-07-31 15:14:31 -07:00
commit 873194b402
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -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(