Use req_2.txt for Py2

This commit is contained in:
twangboy 2017-04-27 09:51:32 -06:00
parent 57d5f781f4
commit c03f8d39d2

View File

@ -127,7 +127,7 @@ if IS_PY3:
os.path.abspath(SETUP_DIRNAME), 'pkg', 'windows', 'req_3.txt')
else:
SALT_WINDOWS_REQS = os.path.join(
os.path.abspath(SETUP_DIRNAME), 'pkg', 'windows', 'req_3.txt')
os.path.abspath(SETUP_DIRNAME), 'pkg', 'windows', 'req_2.txt')
# Salt SSH Packaging Detection
PACKAGED_FOR_SALT_SSH_FILE = os.path.join(os.path.abspath(SETUP_DIRNAME), '.salt-ssh-package')