From 9b58e9be47051fc55b3888c102dc925cb573cab5 Mon Sep 17 00:00:00 2001 From: K900 Date: Thu, 6 Nov 2025 11:54:31 +0300 Subject: [PATCH] python313Packages.hass-nabucasa: add missing dependency --- pkgs/development/python-modules/hass-nabucasa/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/hass-nabucasa/default.nix b/pkgs/development/python-modules/hass-nabucasa/default.nix index 16b874cc9ce8..a5480e992abe 100644 --- a/pkgs/development/python-modules/hass-nabucasa/default.nix +++ b/pkgs/development/python-modules/hass-nabucasa/default.nix @@ -2,6 +2,7 @@ lib, acme, aiohttp, + async-timeout, atomicwrites-homeassistant, attrs, buildPythonPackage, @@ -57,6 +58,7 @@ buildPythonPackage rec { dependencies = [ acme aiohttp + async-timeout atomicwrites-homeassistant attrs ciso8601