appdaemon: add idna-ssl to aiohttp's propagatedBuildInputs
closes #51009, closes #51010
This commit is contained in:
parent
f7b2518397
commit
5a2317d331
@ -10,6 +10,8 @@ let
|
|||||||
inherit version;
|
inherit version;
|
||||||
sha256 = "8adda6583ba438a4c70693374e10b60168663ffa6564c5c75d3c7a9055290964";
|
sha256 = "8adda6583ba438a4c70693374e10b60168663ffa6564c5c75d3c7a9055290964";
|
||||||
};
|
};
|
||||||
|
# TODO: remove after pinning aiohttp to a newer version
|
||||||
|
propagatedBuildInputs = oldAttrs.propagatedBuildInputs ++ [ self.idna-ssl ];
|
||||||
});
|
});
|
||||||
|
|
||||||
yarl = super.yarl.overridePythonAttrs (oldAttrs: rec {
|
yarl = super.yarl.overridePythonAttrs (oldAttrs: rec {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user