From be5b79beae52accdabe1e0680dbcbf6477972dea Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 30 Nov 2023 22:48:03 +0100 Subject: [PATCH] homeassistant-satellite: relax aiohttp constraint Checking runtime dependencies for homeassistant_satellite-2.3.0-py3-none-any.whl - aiohttp==3.8.4 not satisifeid by version 3.8.6 --- pkgs/by-name/ho/homeassistant-satellite/package.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/ho/homeassistant-satellite/package.nix b/pkgs/by-name/ho/homeassistant-satellite/package.nix index 26f90237f521..c5a6026d8ec3 100644 --- a/pkgs/by-name/ho/homeassistant-satellite/package.nix +++ b/pkgs/by-name/ho/homeassistant-satellite/package.nix @@ -16,8 +16,12 @@ python3.pkgs.buildPythonApplication rec { }; nativeBuildInputs = with python3.pkgs; [ + pythonRelaxDepsHook setuptools - wheel + ]; + + pythonRelaxDeps = [ + "aiohttp" ]; propagatedBuildInputs = with python3.pkgs; [