From a93348db64d7c0299afb3dadcf610a32c8ada6e8 Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Wed, 9 Oct 2019 13:58:30 +0200 Subject: [PATCH] fix: installing missing smbus dependency (fixes #234) --- builder/pwnagotchi.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/builder/pwnagotchi.yml b/builder/pwnagotchi.yml index 7f29ded9..c824e884 100644 --- a/builder/pwnagotchi.yml +++ b/builder/pwnagotchi.yml @@ -44,6 +44,7 @@ - build-essential - python3-pip - python3-mpi4py + - python3-smbus - unzip - gawk - libopenmpi-dev