python312Packages.hass-nabucasa: backport aiohttp 3.10.6 compat patch
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
ciso8601,
|
||||
cryptography,
|
||||
fetchFromGitHub,
|
||||
fetchpatch2,
|
||||
pycognito,
|
||||
pyjwt,
|
||||
pytest-aiohttp,
|
||||
@@ -34,8 +35,15 @@ buildPythonPackage rec {
|
||||
hash = "sha256-/sY/JijBCcGcbMjoX0yuhFIWvU+TFVN8sRxBx+CDVVs=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "acme" ];
|
||||
patches = [
|
||||
(fetchpatch2 {
|
||||
name = "aiohttp-3.10.6-compat.patch";
|
||||
url = "https://github.com/NabuCasa/hass-nabucasa/commit/b53bc12924ca6260583e250f49f663b2d1c11541.patch";
|
||||
hash = "sha256-Z5vTl0zuidFIo92Po8oLB0VfMC7c6mlq/mJkeHXOSpQ=";
|
||||
})
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [ "acme" ];
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user