python313Packages.aiogithubapi: relax async-timeout (#387227)

This commit is contained in:
Nick Cao
2025-03-06 15:55:39 -05:00
committed by GitHub
@@ -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