From c450b5df7af955737a1aa2589c2783dc57dca040 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 5 Jul 2026 17:33:00 +0200 Subject: [PATCH] python3Packages.pymodbus: prune unused inputs --- pkgs/development/python-modules/pymodbus/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/development/python-modules/pymodbus/default.nix b/pkgs/development/python-modules/pymodbus/default.nix index 148015d169bb..fc0afe74e614 100644 --- a/pkgs/development/python-modules/pymodbus/default.nix +++ b/pkgs/development/python-modules/pymodbus/default.nix @@ -2,10 +2,7 @@ lib, aiohttp, buildPythonPackage, - click, fetchFromGitHub, - prompt-toolkit, - pygments, pymodbus-repl, pyserial, pytest-asyncio, @@ -16,7 +13,6 @@ setuptools, sqlalchemy, twisted, - typer, }: buildPythonPackage (finalAttrs: {