Unverified Commit 8b477941 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

home-assistant: don't depend on uv (#465142)

parents 38d1af3d cfb5277c
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