Update AppVeyor for Mac to install Pyro5 instead of Pyro4

This commit is contained in:
Raoul Snyman 2023-09-07 23:17:49 -07:00
parent ad2d9f1e3a
commit f06f458033
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