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

@ -5,7 +5,7 @@
groups = ["default", "all", "dev"]
strategy = ["cross_platform"]
lock_version = "4.4.1"
content_hash = "sha256:5a1cfd2988fd81c4b8743daaf399bbeb9f1f9d78e161901f0bf76c771ec8052f"
content_hash = "sha256:c9845c93dab5638ddd0cbce910010bb8c03a6f42ae0af666e6b759d05540c8a6"
[[package]]
name = "aiocache"

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",