Tools: install-prereqs-ubuntu: install python-setuptools

This commit is contained in:
Lucas De Marchi 2016-04-18 22:22:31 -03:00
parent 03f5362538
commit 4c6dac2d5d

View File

@ -9,7 +9,7 @@ PX4_PKGS="python-serial python-argparse openocd flex bison libncurses5-dev \
autoconf texinfo build-essential libftdi-dev libtool zlib1g-dev \
zip genromfs python-empy"
BEBOP_PKGS="g++-arm-linux-gnueabihf"
SITL_PKGS="g++ python-pip python-matplotlib python-serial python-scipy python-opencv python-numpy python-pyparsing ccache realpath"
SITL_PKGS="g++ python-pip python-setuptools python-matplotlib python-serial python-scipy python-opencv python-numpy python-pyparsing ccache realpath"
ASSUME_YES=false
read -r UBUNTU_CODENAME <<<$(lsb_release -c -s)