From d073485e69d13b93c92f6112c2b0a08f9ddac8a4 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 5 Mar 2025 08:48:29 +0100 Subject: [PATCH] gallia: relax httpx and msgspec --- pkgs/by-name/ga/gallia/package.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/ga/gallia/package.nix b/pkgs/by-name/ga/gallia/package.nix index 7268e0475165..d54a87e02301 100644 --- a/pkgs/by-name/ga/gallia/package.nix +++ b/pkgs/by-name/ga/gallia/package.nix @@ -18,7 +18,11 @@ python3.pkgs.buildPythonApplication rec { hash = "sha256-izMTTZrp4aizq5jS51BNtq3lv9Kr+xI7scZfYKXA/oY="; }; - pythonRelaxDeps = [ "aiofiles" ]; + pythonRelaxDeps = [ + "aiofiles" + "httpx" + "msgspec" + ]; build-system = with python3.pkgs; [ poetry-core ];