From cb3d10c79d27db748beeb3735f7e0c64a8c8f88e Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 5 Feb 2025 23:04:44 +0100 Subject: [PATCH] python313Packages.eq3btsmart: fix build --- pkgs/development/python-modules/eq3btsmart/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/eq3btsmart/default.nix b/pkgs/development/python-modules/eq3btsmart/default.nix index c743a2b5a117..daba1c5a0322 100644 --- a/pkgs/development/python-modules/eq3btsmart/default.nix +++ b/pkgs/development/python-modules/eq3btsmart/default.nix @@ -2,7 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, - poetry-core, + setuptools, bleak, construct, construct-typing, @@ -22,7 +22,7 @@ buildPythonPackage rec { hash = "sha256-JPmIKj8IL3i7QWiMTmGQzqb4h0VqLlhILPAOqMucsuM="; }; - build-system = [ poetry-core ]; + build-system = [ setuptools ]; dependencies = [ bleak