Make PyObjC a Darwin-only dependency
This commit is contained in:
parent
00ba34bd0b
commit
60116fd616
2 changed files with 2 additions and 2 deletions
2
pdm.lock
2
pdm.lock
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue