Loading pkgs/tools/misc/esphome/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,8 @@ python.pkgs.buildPythonApplication rec { postPatch = '' substituteInPlace pyproject.toml \ --replace-fail "setuptools==" "setuptools>=" --replace-fail "setuptools==" "setuptools>=" \ --replace-fail "wheel~=" "wheel>=" # ensure component dependencies are available cat requirements_optional.txt >> requirements.txt Loading Loading
pkgs/tools/misc/esphome/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,8 @@ python.pkgs.buildPythonApplication rec { postPatch = '' substituteInPlace pyproject.toml \ --replace-fail "setuptools==" "setuptools>=" --replace-fail "setuptools==" "setuptools>=" \ --replace-fail "wheel~=" "wheel>=" # ensure component dependencies are available cat requirements_optional.txt >> requirements.txt Loading