Make PyObjC a Darwin-only dependency

This commit is contained in:
Danielle McLean 2024-07-10 23:57:34 +10:00
parent 00ba34bd0b
commit 60116fd616
Signed by: 00dani
GPG key ID: 6854781A0488421C
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ authors = [
dependencies = [
"aiocache>=0.12.2",
"attrs>=23.1.0",
"pyobjc-framework-MediaPlayer>=10.0",
"pyobjc-framework-MediaPlayer>=10.0 ; sys_platform == 'darwin'",
"python-mpd2>=3.1.0",
"xdg-base-dirs>=6.0.1",
"pytomlpp>=1.0.13",