home-assistant.python.pkgs.pytibber: fix build

This commit is contained in:
Robert Schütz 2024-04-23 18:36:42 -07:00
parent 0d351696b9
commit 1cf99bad9b

View File

@ -388,6 +388,13 @@ let
rev = "refs/tags/${version}";
hash = "sha256-vi5f4V0nPb9K3nwdmwMDoNE85Or6haOWjMY4d/2Fj2s=";
};
dependencies = with self; [
aiohttp
async-timeout
gql
python-dateutil
websockets
];
});
pykaleidescape = super.pykaleidescape.overridePythonAttrs (oldAttrs: rec {