From b5b8b47ef181bcfd85ca9a66b0fb63d3164d0e84 Mon Sep 17 00:00:00 2001 From: Jasem Mutlaq Date: Tue, 14 Jan 2025 11:40:31 +0300 Subject: [PATCH] Use the correct package name --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6a5fd49..9dac69b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ dependencies = [ "requests", "bottle", - "dbus", + "dbus-python", ]