From e1aab5f7e2805342688d5b203f4db5fffbdcc6b4 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 5 Mar 2025 09:07:23 +0100 Subject: [PATCH] python313Packages.aiogithubapi: relax async-timeout --- pkgs/development/python-modules/aiogithubapi/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/aiogithubapi/default.nix b/pkgs/development/python-modules/aiogithubapi/default.nix index 7104ef0bbbdd..409dd2f6cd8f 100644 --- a/pkgs/development/python-modules/aiogithubapi/default.nix +++ b/pkgs/development/python-modules/aiogithubapi/default.nix @@ -29,6 +29,8 @@ buildPythonPackage rec { __darwinAllowLocalNetworking = true; + pythonRelaxDeps = [ "async-timeout" ]; + postPatch = '' # Upstream is releasing with the help of a CI to PyPI, GitHub releases # are not in their focus