python312Packages.doorbirdpy: fix tests with aiohttp 3.10
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitLab,
|
||||
fetchpatch2,
|
||||
setuptools,
|
||||
aiohttp,
|
||||
aioresponses,
|
||||
@@ -21,6 +22,15 @@ buildPythonPackage rec {
|
||||
hash = "sha256-6B4EMK41vEpmLoQLD+XN9yStLdxyHHk/Mym9J0o7Qvc=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# https://gitlab.com/klikini/doorbirdpy/-/merge_requests/15
|
||||
(fetchpatch2 {
|
||||
name = "aiohttp-3.10-compat.patch";
|
||||
url = "https://gitlab.com/klikini/doorbirdpy/-/commit/91f417433be36a0c9d2baaf0d6ff1a45042f94eb.patch";
|
||||
hash = "sha256-b/ORH6ygkiBreWYTH7rP8b68HlFUEyLQCzVo1KLffPQ=";
|
||||
})
|
||||
];
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [ aiohttp ];
|
||||
|
||||
Reference in New Issue
Block a user