From bb4de40160ab3655f0df09c04560792bedc9912a Mon Sep 17 00:00:00 2001
From: jkerdreu <jkerdreu@b32b6428-25c9-4566-ad07-03861ab6144f>
Date: Tue, 16 Jul 2024 13:31:50 +0000
Subject: [PATCH] Fix dep

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3207 b32b6428-25c9-4566-ad07-03861ab6144f
---
 devices/protocols/Yeelight/pyproject.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/devices/protocols/Yeelight/pyproject.toml b/devices/protocols/Yeelight/pyproject.toml
index a1033ecb..9c9e4ce2 100644
--- a/devices/protocols/Yeelight/pyproject.toml
+++ b/devices/protocols/Yeelight/pyproject.toml
@@ -1,6 +1,6 @@
 [project]
 name = "xaal.yeelight"
-version = "0.1"
+version = "0.2"
 description = "xAAL devices for Xiaomi / Aqara"
 readme = "README.rst"
 authors = [
@@ -12,7 +12,7 @@ classifiers = [
     "Topic :: Software Development :: Libraries :: Python Modules",
 ]
 keywords = ["xaal", "aqara"]
-dependencies = ["xaal.lib", "gevent", "yeelight", "decorator"]
+dependencies = ["xaal.lib", "xaal.schemas", "gevent", "yeelight", "decorator"]
 
 
 [tool.setuptools.packages.find]
-- 
GitLab