mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 01:33:20 +00:00
python312Packages.pyoverkiz: fix tests with aiohttp 3.10
This commit is contained in:
parent
7faa8c73b7
commit
687ed7e5f6
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user