diff --git a/pkgs/development/python-modules/meshtastic/default.nix b/pkgs/development/python-modules/meshtastic/default.nix index 66bcc5f3dfa2..ec1f34fcf3d2 100644 --- a/pkgs/development/python-modules/meshtastic/default.nix +++ b/pkgs/development/python-modules/meshtastic/default.nix @@ -8,11 +8,12 @@ , pypubsub , pyqrcode , pyserial +, pytap2 , pytestCheckHook , pythonOlder , pyyaml +, setuptools , tabulate -, pytap2 , timeago }: @@ -39,6 +40,7 @@ buildPythonPackage rec { pyqrcode pyserial pyyaml + setuptools tabulate timeago ];