python310Packages.meshtastic: add setuptools

The CLI tools fail otherwise with
ModuleNotFoundError: No module named 'pkg_resources'
This commit is contained in:
Fabian Affolter 2023-02-26 13:49:42 +01:00
parent 41657484f4
commit 79cd76390c

View File

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