##// END OF EJS Templates
pyoxidizer: point to the py3 requirements instead of py2 on Windows...
Matt Harbison -
r46626:cd7f3633 stable
parent child Browse files
Show More
@@ -64,7 +64,7 b' def make_exe(dist):'
64 # On Windows, we install extra packages for convenience.
64 # On Windows, we install extra packages for convenience.
65 if IS_WINDOWS:
65 if IS_WINDOWS:
66 exe.add_python_resources(
66 exe.add_python_resources(
67 exe.pip_install(["-r", ROOT + "/contrib/packaging/requirements-windows-py2.txt"]),
67 exe.pip_install(["-r", ROOT + "/contrib/packaging/requirements-windows-py3.txt"]),
68 )
68 )
69
69
70 return exe
70 return exe
General Comments 0
You need to be logged in to leave comments. Login now