Skip to content

Commit

Permalink
image: don’t install espeak to reduce size
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Nov 17, 2020
1 parent 14e4af7 commit ce6b253
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion builder/image-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ libffi-dev \
monkey \
pigpio python-pigpio python3-pigpio \
i2c-tools \
espeak espeak-data python-espeak \
ntpdate \
python-dev \
python3-dev \
Expand Down
2 changes: 1 addition & 1 deletion builder/test/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from pymavlink import mavutil
import rpi_ws281x
import pigpio
from espeak import espeak
# from espeak import espeak
from pyzbar import pyzbar

print cv2.getBuildInformation()
2 changes: 1 addition & 1 deletion builder/test/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ monkey --version
pigpiod -v
i2cdetect -V
butterfly -h
espeak --version
# espeak --version
mjpg_streamer --version

# ros stuff
Expand Down

0 comments on commit ce6b253

Please sign in to comment.