home-assistant: relax aiohttp version constraint

This commit is contained in:
Robert Schütz 2022-11-08 22:10:46 -08:00
parent d879bde8fb
commit 41b4865186

View File

@ -70,7 +70,7 @@ let
pname = "pytest-aiohttp";
hash = "sha256-ySmFQzljeXc3WDhwO2L+9jUoWYvAqdRRY566lfSqpE8=";
};
propagatedBuildInputs = with python3.pkgs; [ aiohttp pytest ];
propagatedBuildInputs = with self; [ aiohttp pytest ];
doCheck = false;
patches = [];
});
@ -259,6 +259,7 @@ in python.pkgs.buildPythonApplication rec {
postPatch = let
relaxedConstraints = [
"aiohttp"
"attrs"
"awesomeversion"
"bcrypt"