Unverified Commit 8f5f49d8 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #319002 from pluiedev/fix/318938

python3Packages.meshtastic: add missing dep, unbreak
parents 362d210e 25896de3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  buildPythonPackage,
  dotmap,
  fetchFromGitHub,
  packaging,
  pexpect,
  protobuf,
  pygatt,
@@ -39,6 +40,7 @@ buildPythonPackage rec {
  dependencies = [
    bleak
    dotmap
    packaging
    pexpect
    protobuf
    pygatt