Skip to content

Commit

Permalink
Merge pull request saltstack#11667 from UtahDave/develop
Browse files Browse the repository at this point in the history
Include psutil on Windows
  • Loading branch information
UtahDave committed Mar 31, 2014
2 parents 2fe1137 + f02dfbb commit 4710008
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,7 @@ def run(self):
'_winreg',
'wmi',
'site',
'psutil',
])
SETUP_KWARGS['install_requires'].append('WMI')
elif sys.platform.startswith('linux'):
Expand Down

0 comments on commit 4710008

Please sign in to comment.