Unverified Commit d857a31d authored by Martin Weinelt's avatar Martin Weinelt
Browse files

esphome: relax wheel constraint

parent 9f14eed9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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