Merge branch 'fix-macos-appveyor' into 'master'

Update AppVeyor for Mac to install Pyro5 instead of Pyro4

See merge request openlp/openlp!662
This commit is contained in:
Raoul Snyman 2023-09-08 14:06:24 +00:00
commit d28b4685f6
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ install:
- sh: brew install --cask vlc
- sh: brew install pkg-config icu4c
- sh: PATH="/usr/local/opt/icu4c/bin:/usr/local/opt/icu4c/sbin:$PATH" PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/icu4c/lib/pkgconfig" python -m pip install pyicu
- sh: python -m pip install Pyro4 pyobjc-core pyobjc-framework-Cocoa py-applescript
- sh: python -m pip install Pyro5 pyobjc-core pyobjc-framework-Cocoa py-applescript
build: off