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

home-assistant: remove superfluous override

parent 3ff372dd
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -85,16 +85,6 @@ let
        ];
      });

      async-timeout = super.async-timeout.overridePythonAttrs (oldAttrs: rec {
        version = "4.0.3";
        src = fetchFromGitHub {
          owner = "aio-libs";
          repo = "async-timeout";
          tag = "v${version}";
          hash = "sha256-gJGVRm7YMWnVicz2juHKW8kjJBxn4/vQ/kc2kQyl1i4=";
        };
      });

      av = super.av.overridePythonAttrs rec {
        version = "13.1.0";
        src = fetchFromGitHub {