mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 08:35:21 +00:00
Add check for pypiwin32 also
This commit is contained in:
parent
15317951fc
commit
c933f46c6a
3
setup.py
3
setup.py
@ -367,6 +367,9 @@ class InstallPyWin32Wheel(Command):
|
||||
if get_installed_version('pywin32') is not None:
|
||||
print('PyWin32 already installed')
|
||||
return
|
||||
if get_installed_version('pypiwin32') is not None:
|
||||
print('PyWin32 already installed')
|
||||
return
|
||||
# Install PyWin32 from Salt repo
|
||||
from pip.utils import call_subprocess
|
||||
from pip.utils.logging import indent_log
|
||||
|
Loading…
Reference in New Issue
Block a user