Merge pull request #173 from matrix-org/port-dbus

chore: Remove depreciated dependency pydbus for dasbus
This commit is contained in:
Hank Greenburg 2024-10-07 12:40:26 -07:00 committed by GitHub
commit 33909aa251
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 17 additions and 17 deletions

View file

@ -34,7 +34,7 @@ setup(
"ui": [
"dbus-python >= 1.2, < 1.3",
"PyGObject >= 3.36, < 3.39",
"pydbus >= 0.6, < 0.7",
"dasbus == 1.71",
"notify2 >= 0.3, < 0.4",
]
},