lol

python312Packages.homematicip: refactor

+2 -2
+2 -2
pkgs/development/python-modules/homematicip/default.nix
··· 31 hash = "sha256-VMHInAmNO0Nw0ohZnIJ9c77h35YSSNNnPNYaUpBlKOQ="; 32 }; 33 34 - nativeBuildInputs = [ 35 setuptools 36 setuptools-scm 37 ]; 38 39 - propagatedBuildInputs = [ 40 aenum 41 aiohttp 42 async-timeout
··· 31 hash = "sha256-VMHInAmNO0Nw0ohZnIJ9c77h35YSSNNnPNYaUpBlKOQ="; 32 }; 33 34 + build-system = [ 35 setuptools 36 setuptools-scm 37 ]; 38 39 + dependencies = [ 40 aenum 41 aiohttp 42 async-timeout