appdaemon: add idna-ssl to aiohttp's propagatedBuildInputs

closes #51009, closes #51010
This commit is contained in:
Robert Schütz 2018-11-25 12:18:21 +01:00
parent f7b2518397
commit 5a2317d331

View file

@ -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 {