diff --git a/pkgs/development/python-modules/home-assistant-chip-wheels/default.nix b/pkgs/development/python-modules/home-assistant-chip-wheels/default.nix index f616d0bb7d86..63c8c2951de7 100644 --- a/pkgs/development/python-modules/home-assistant-chip-wheels/default.nix +++ b/pkgs/development/python-modules/home-assistant-chip-wheels/default.nix @@ -1,15 +1,11 @@ { aiohttp, alive-progress, - appdirs, - appnope, - black, build, clang-tools, click, colorama, coloredlogs, - coverage, cryptography, debugpy, diskcache, @@ -27,7 +23,6 @@ libnl, mobly, mypy, - mypy-extensions, mypy-protobuf, ninja, openssl, @@ -58,18 +53,12 @@ sphinx-argparse, sphinx-design, stdenv, - stringcase, tabulate, - toml, tornado, - types-protobuf, types-pyyaml, types-requests, - types-setuptools, watchdog, websockets, - wheel, - yapf, zap-chip, }: @@ -120,11 +109,8 @@ stdenv.mkDerivation rec { lark python-path setuptools - stringcase build pip-tools - black - yapf ]; propagatedBuildInputs = [ @@ -209,13 +195,8 @@ stdenv.mkDerivation rec { dependencies = [ aiohttp alive-progress - appdirs - appnope - black - build colorama coloredlogs - coverage click cryptography debugpy @@ -228,11 +209,9 @@ stdenv.mkDerivation rec { lark mobly mypy - mypy-extensions mypy-protobuf packaging parameterized - pip-tools pkgconfig prompt-toolkit protobuf @@ -248,23 +227,16 @@ stdenv.mkDerivation rec { python-path pyyaml requests - setuptools six sphinx sphinx-argparse sphinx-design - stringcase tabulate - toml tornado - types-protobuf types-pyyaml types-requests - types-setuptools watchdog websockets - wheel - yapf ]; filterNull = list: lib.filter (dep: dep != null) list; toItem = dep: {