fix: installing missing smbus dependency (fixes #234)

This commit is contained in:
Simone Margaritelli 2019-10-09 13:58:30 +02:00
parent 1ab1838313
commit a93348db64

View File

@ -44,6 +44,7 @@
- build-essential - build-essential
- python3-pip - python3-pip
- python3-mpi4py - python3-mpi4py
- python3-smbus
- unzip - unzip
- gawk - gawk
- libopenmpi-dev - libopenmpi-dev