Commit cfb5277c authored by Robert Schütz's avatar Robert Schütz
Browse files

home-assistant: don't depend on uv

parent c1946ce7
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -373,6 +373,10 @@ python.pkgs.buildPythonApplication rec {
      --replace-fail "setuptools==78.1.1" setuptools
  '';

  pythonRemoveDeps = [
    "uv"
  ];

  dependencies = with python.pkgs; [
    # Only packages required in pyproject.toml
    aiodns
@@ -418,7 +422,6 @@ python.pkgs.buildPythonApplication rec {
    typing-extensions
    ulid-transform
    urllib3
    uv
    voluptuous
    voluptuous-openapi
    voluptuous-serialize