build: dbus-next als Linux-Dependency hinzufügen

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-15 18:55:15 +02:00
parent b881dacdf0
commit 87bd1a3e50
2 changed files with 12 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ dependencies = [
"numpy>=2.0.0",
"evdev>=1.7.0; sys_platform == 'linux'",
"PyGObject>=3.50; sys_platform == 'linux'",
"dbus-next>=0.2.3; sys_platform == 'linux'",
"pynput>=1.7.0; sys_platform == 'win32'",
"pywin32>=306; sys_platform == 'win32'",
"pystray>=0.19.0",