Set setuptools version to <45 for Python2.7

This commit is contained in:
Robin Dunn
2020-01-22 11:31:14 -08:00
parent 57df21f2ef
commit 733c11fdbc
4 changed files with 6 additions and 4 deletions

View File

@@ -1,7 +1,9 @@
# Python packages needed for building and testing wxPython Phoenix
-r install.txt
appdirs
setuptools
setuptools < 45 ; python_version < '3.0'
setuptools ; python_version >= '3.0'
wheel
twine
requests