mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
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;
|
||||
sha256 = "8adda6583ba438a4c70693374e10b60168663ffa6564c5c75d3c7a9055290964";
|
||||
};
|
||||
# TODO: remove after pinning aiohttp to a newer version
|
||||
propagatedBuildInputs = oldAttrs.propagatedBuildInputs ++ [ self.idna-ssl ];
|
||||
});
|
||||
|
||||
yarl = super.yarl.overridePythonAttrs (oldAttrs: rec {
|
||||
|
Loading…
Reference in New Issue
Block a user