mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
home-assistant: relax aiohttp version constraint
This commit is contained in:
parent
d879bde8fb
commit
41b4865186
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user