Merge branch 'pin-pyobjc-for-macos' into 'master'

Pin the macOS pyobjc dependencies to pre-8.2 to get around a segfault in 8.2

See merge request openlp/openlp!404
This commit is contained in:
Raoul Snyman 2022-02-04 22:05:40 +00:00
commit b9eeac7043
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ install:
# Install Windows only dependencies
- cmd: python -m pip install pyodbc pypiwin32
# Mac only dependencies
- sh: python -m pip install Pyro4 pyobjc-core pyobjc-framework-Cocoa py-applescript
- sh: python -m pip install Pyro4 'pyobjc-core<8.2' 'pyobjc-framework-Cocoa<8.2' py-applescript
build: off