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
1 changed files with 5 additions and 1 deletions
|
@ -16,8 +16,12 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = with python3.pkgs; [
|
nativeBuildInputs = with python3.pkgs; [
|
||||||
|
pythonRelaxDepsHook
|
||||||
setuptools
|
setuptools
|
||||||
wheel
|
];
|
||||||
|
|
||||||
|
pythonRelaxDeps = [
|
||||||
|
"aiohttp"
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [
|
propagatedBuildInputs = with python3.pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue