mirror of
https://github.com/Syncplay/syncplay
synced 2024-12-18 04:54:39 +00:00
2aa73122ab
- macOS build: add arch checker for the bundle - Actions macOS: restrict env to universal2 step - Actions macOS: universal2 for zope.interface - Actions macOS: universal2 for cffi and cryptography - macOS build: ad-hoc sign again bundle after altering it - macOS build: symlink instead of copy libshiboken6 - vendor.Qt: restrict warnings to QT_VERBOSE - GHA: re-enable all jobs - GHA macOS: use Python installer to build universal2 app - Actions macOS: build Python with pyenv - Older pyenv version is used... - Abandon pyenv action - Bump image to macOS-12 - One more attempt with pyenv - Try with the official Python installer - Must run as root - Switch back to python3 calls - Manually update PATH - Momentarily disable other jobs - Restore app cleaner - ui: add support for PySide6 - vendor.Qt: "support" PySide6 - Update vendored Qt.py to 1.3.7 - Update requirements_gui
4 lines
119 B
Plaintext
4 lines
119 B
Plaintext
pyside2>=5.11.0; sys_platform != 'darwin'
|
|
pyside6; sys_platform == 'darwin'
|
|
requests>=2.20.0; sys_platform == 'darwin'
|