Skip to content

Commit 3fc464f

Browse files
committed
make sure python3-serial is installed during FULL build
1 parent 1d37845 commit 3fc464f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build_esp8266.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,9 @@ if [ "$1" == "FULL" ]; then
287287
# listed as "maybe" but was required for me on raspian jessie
288288
sudo apt-get install libtool-bin --assume-yes
289289

290+
# to run the /micropython/tests/run-tests we need to have python serial support installed
291+
sudo apt-get install python3-serial --assume-yes
292+
290293
# unrar install gave an error this error, so pulled out into separate install
291294
# even with the error, sees to work ok
292295
#

0 commit comments

Comments
 (0)