mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add more Windows libraries to freezer
This commit is contained in:
parent
b0a73d8b8e
commit
a7807a92d9
1 changed files with 5 additions and 0 deletions
5
setup.py
5
setup.py
|
@ -511,9 +511,14 @@ if IS_WINDOWS_PLATFORM:
|
|||
'win32api',
|
||||
'win32file',
|
||||
'win32con',
|
||||
'win32com',
|
||||
'win32net',
|
||||
'win32netcon',
|
||||
'win32gui',
|
||||
'win32security',
|
||||
'ntsecuritycon',
|
||||
'pywintypes',
|
||||
'pythoncom',
|
||||
'_winreg',
|
||||
'wmi',
|
||||
'site',
|
||||
|
|
Loading…
Add table
Reference in a new issue