From b44da0d39d55260e768a19589be87efa89dc2d82 Mon Sep 17 00:00:00 2001 From: Hank Greenburg Date: Thu, 14 Nov 2024 20:38:28 -0800 Subject: [PATCH] chore: revery setup.py to pydbus --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fde2d4e..ef7232e 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup( "ui": [ "dbus-python >= 1.2, < 1.3", "PyGObject >= 3.46, < 3.50", - "dasbus == 1.7", + "pydbus >= 0.6.0, < 0.7", "notify2 >= 0.3, < 0.4", ] },