python312Packages.pyoverkiz: fix tests with aiohttp 3.10

This commit is contained in:
Robert Schütz 2024-08-08 13:14:24 -07:00 committed by Martin Weinelt
parent 7faa8c73b7
commit 687ed7e5f6
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -37,6 +37,12 @@ buildPythonPackage rec {
excludes = [ "poetry.lock" ];
hash = "sha256-KzagDvljkKoUJT+41o7Jv5OPLpPXQDeGmz3O/HOk1YQ=";
})
# https://github.com/iMicknl/python-overkiz-api/pull/1326
(fetchpatch2 {
name = "aiohttp-3.10-compat.patch";
url = "https://github.com/iMicknl/python-overkiz-api/commit/f745c0a9cd654579135624aa472723f85d301aed.patch";
hash = "sha256-FXyWLnbu0Kqe/dWrWdi4cvyttDQqexhHo0nTumfUo4g=";
})
];
build-system = [ poetry-core ];