forked from mirrors/nixpkgs
homeassistant-satellite: relax aiohttp constraint
Checking runtime dependencies for homeassistant_satellite-2.3.0-py3-none-any.whl - aiohttp==3.8.4 not satisifeid by version 3.8.6
This commit is contained in:
parent
c87fe643e7
commit
be5b79beae
|
@ -16,8 +16,12 @@ python3.pkgs.buildPythonApplication rec {
|
|||
};
|
||||
|
||||
nativeBuildInputs = with python3.pkgs; [
|
||||
pythonRelaxDepsHook
|
||||
setuptools
|
||||
wheel
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"aiohttp"
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
|
|
Loading…
Reference in a new issue