Merge pull request #319002 from pluiedev/fix/318938

python3Packages.meshtastic: add missing dep, unbreak
This commit is contained in:
Fabian Affolter
2024-06-11 14:50:05 +02:00
committed by GitHub
@@ -4,6 +4,7 @@
buildPythonPackage,
dotmap,
fetchFromGitHub,
packaging,
pexpect,
protobuf,
pygatt,
@@ -39,6 +40,7 @@ buildPythonPackage rec {
dependencies = [
bleak
dotmap
packaging
pexpect
protobuf
pygatt