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 ];