mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Include psutil on Windows
This commit is contained in:
parent
2fe1137039
commit
f02dfbbd04
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -570,6 +570,7 @@ if IS_WINDOWS_PLATFORM:
|
|||
'_winreg',
|
||||
'wmi',
|
||||
'site',
|
||||
'psutil',
|
||||
])
|
||||
SETUP_KWARGS['install_requires'].append('WMI')
|
||||
elif sys.platform.startswith('linux'):
|
||||
|
|
Loading…
Add table
Reference in a new issue