mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
These modules are needed for frozen Windows builds
This commit is contained in:
parent
e465c6f288
commit
4f247a635a
1 changed files with 10 additions and 0 deletions
10
setup.py
10
setup.py
|
@ -371,6 +371,16 @@ if IS_WINDOWS_PLATFORM:
|
|||
'_winreg',
|
||||
'wmi',
|
||||
'fileinput',
|
||||
'site',
|
||||
'email',
|
||||
'email.mime.audio',
|
||||
'email.mime.base',
|
||||
'email.mime.image',
|
||||
'email.mime.message',
|
||||
'email.mime.multipart',
|
||||
'email.mime.nonmultipart',
|
||||
'email.mime.text',
|
||||
'email.mime.application',
|
||||
])
|
||||
SETUP_KWARGS['install_requires'].append('WMI')
|
||||
elif sys.platform.startswith('linux'):
|
||||
|
|
Loading…
Add table
Reference in a new issue