python3Packages.meshtastic: add missing dep, unbreak

This commit is contained in:
Leah Amelia Chen
2024-06-11 08:33:45 +02:00
parent f7031f7e5e
commit 25896de3cb
@@ -4,6 +4,7 @@
buildPythonPackage,
dotmap,
fetchFromGitHub,
packaging,
pexpect,
protobuf,
pygatt,
@@ -39,6 +40,7 @@ buildPythonPackage rec {
dependencies = [
bleak
dotmap
packaging
pexpect
protobuf
pygatt