mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
Pin setuptools to < 74 on Windows due to removal of setuptools.msvc
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# Python packages needed for building and testing wxPython Phoenix
|
||||
-r install.txt
|
||||
appdirs
|
||||
setuptools < 45 ; python_version < '3.0'
|
||||
setuptools ; python_version >= '3.0'
|
||||
setuptools < 74 ; sys.platform == 'win32'
|
||||
setuptools ; sys.platform != 'win32'
|
||||
sip == 6.8.5
|
||||
|
||||
wheel
|
||||
|
||||
Reference in New Issue
Block a user