From 7b15a656293f85bac8e47e894dcffa8a537a96a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sun, 2 Mar 2025 12:34:48 -0800 Subject: [PATCH] python313Packages.eq3btsmart: update dependencies --- pkgs/development/python-modules/eq3btsmart/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/python-modules/eq3btsmart/default.nix b/pkgs/development/python-modules/eq3btsmart/default.nix index daba1c5a0322..bb1e3ec388fe 100644 --- a/pkgs/development/python-modules/eq3btsmart/default.nix +++ b/pkgs/development/python-modules/eq3btsmart/default.nix @@ -4,7 +4,6 @@ fetchFromGitHub, setuptools, bleak, - construct, construct-typing, pytest-asyncio, pytestCheckHook, @@ -26,7 +25,6 @@ buildPythonPackage rec { dependencies = [ bleak - construct construct-typing ];