From 79cd76390cbaafbcbebf1e55b30d6a064e950908 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 26 Feb 2023 13:49:42 +0100 Subject: [PATCH] python310Packages.meshtastic: add setuptools The CLI tools fail otherwise with ModuleNotFoundError: No module named 'pkg_resources' --- pkgs/development/python-modules/meshtastic/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ];