Tools: added lxml and future for ubuntu users

This commit is contained in:
Andrew Tridgell 2016-10-12 21:40:48 +11:00
parent f3a035694a
commit b66c3d3915

View File

@ -3,7 +3,7 @@ set -e
OPT="/opt"
BASE_PKGS="gawk make git arduino-core curl"
PYTHON_PKGS="pymavlink MAVProxy droneapi catkin_pkg"
PYTHON_PKGS="pymavlink MAVProxy droneapi catkin_pkg lxml future"
PX4_PKGS="python-serial python-argparse openocd flex bison libncurses5-dev \
autoconf texinfo build-essential libftdi-dev libtool zlib1g-dev \
zip genromfs python-empy libc6-i386"