##// END OF EJS Templates
pyoxidizer: point to the py3 requirements instead of py2 on Windows...
Matt Harbison -
r46539:926c7ed4 default
parent child Browse files
Show More
@@ -72,7 +72,7 b' def make_exe(dist):'
72 # On Windows, we install extra packages for convenience.
72 # On Windows, we install extra packages for convenience.
73 if IS_WINDOWS:
73 if IS_WINDOWS:
74 exe.add_python_resources(
74 exe.add_python_resources(
75 exe.pip_install(["-r", ROOT + "/contrib/packaging/requirements-windows-py2.txt"]),
75 exe.pip_install(["-r", ROOT + "/contrib/packaging/requirements-windows-py3.txt"]),
76 )
76 )
77
77
78 return exe
78 return exe
General Comments 0
You need to be logged in to leave comments. Login now