From c542da23333f7e33306ac1adcf7d6790ea550242 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 9 May 2024 18:03:58 +0200 Subject: [PATCH] python312Packages.homematicip: refactor --- pkgs/development/python-modules/homematicip/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/homematicip/default.nix b/pkgs/development/python-modules/homematicip/default.nix index 7d3085fbc744..4b2653c36b75 100644 --- a/pkgs/development/python-modules/homematicip/default.nix +++ b/pkgs/development/python-modules/homematicip/default.nix @@ -31,12 +31,12 @@ buildPythonPackage rec { hash = "sha256-VMHInAmNO0Nw0ohZnIJ9c77h35YSSNNnPNYaUpBlKOQ="; }; - nativeBuildInputs = [ + build-system = [ setuptools setuptools-scm ]; - propagatedBuildInputs = [ + dependencies = [ aenum aiohttp async-timeout