mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove msvcr from setup
This needs to be installed as a pre-req
This commit is contained in:
parent
298af58534
commit
4b4b5a36f3
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -485,7 +485,7 @@ class DownloadWindowsDlls(Command):
|
|||
url = "https://repo.saltstack.com/windows/dependencies/{bits}/{fname}.dll"
|
||||
dest = os.path.join(os.path.dirname(sys.executable), "{fname}.dll")
|
||||
with indent_log():
|
||||
for fname in ("libeay32", "ssleay32", "msvcr120"):
|
||||
for fname in ("libeay32", "ssleay32"):
|
||||
# See if the library is already on the system
|
||||
if find_library(fname):
|
||||
continue
|
||||
|
|
Loading…
Add table
Reference in a new issue