mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 01:30:07 +01:00
Merge pull request #2588 from swt2c/change_tools_url
Update tools URL to use GitHub Pages
This commit is contained in:
2
build.py
2
build.py
@@ -101,7 +101,7 @@ doxygenMD5 = {
|
||||
}
|
||||
|
||||
# And the location where they can be downloaded from
|
||||
toolsURL = 'https://wxpython.org/Phoenix/tools'
|
||||
toolsURL = 'https://wxwidgets.github.io/wxPython-tools'
|
||||
|
||||
|
||||
# MS Edge code and DLLs needed for the wxWEBVIEW_BACKEND_EDGE backend
|
||||
|
||||
@@ -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