Skip to content

Commit

Permalink
python3Packages.meshtastic: add missing dep, unbreak
Browse files Browse the repository at this point in the history
(cherry picked from commit 25896de)
  • Loading branch information
pluiedev authored and bjornfor committed Oct 20, 2024
1 parent bb8c2cf commit 3b85018
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/meshtastic/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
buildPythonPackage,
dotmap,
fetchFromGitHub,
packaging,
pexpect,
protobuf,
pygatt,
Expand Down Expand Up @@ -39,6 +40,7 @@ buildPythonPackage rec {
dependencies = [
bleak
dotmap
packaging
pexpect
protobuf
pygatt
Expand Down

0 comments on commit 3b85018

Please sign in to comment.