Commit c542da23 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.homematicip: refactor

parent 934c189c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,12 +31,12 @@ buildPythonPackage rec {
    hash = "sha256-VMHInAmNO0Nw0ohZnIJ9c77h35YSSNNnPNYaUpBlKOQ=";
  };

  nativeBuildInputs = [
  build-system = [
    setuptools
    setuptools-scm
  ];

  propagatedBuildInputs = [
  dependencies = [
    aenum
    aiohttp
    async-timeout