From 00b3325cc45a0c658b51df363112f33ddfb34af2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 5 Mar 2025 11:28:27 +0100 Subject: [PATCH] python313Packages.aiohttp-middlewares: relax async-timeout --- pkgs/development/python-modules/aiohttp-middlewares/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/aiohttp-middlewares/default.nix b/pkgs/development/python-modules/aiohttp-middlewares/default.nix index f762840561a2..b31deb2b3c0d 100644 --- a/pkgs/development/python-modules/aiohttp-middlewares/default.nix +++ b/pkgs/development/python-modules/aiohttp-middlewares/default.nix @@ -25,6 +25,8 @@ buildPythonPackage rec { hash = "sha256-jUH1XhkytRwR76wUTsGQGu6m8s+SZ/GO114Lz9atwE8="; }; + pythonRelaxDeps = [ "async-timeout" ]; + postPatch = '' sed -i "/addopts/d" pyproject.toml '';