Tools: fix wxpython package name on Arch

This commit is contained in:
Reza Farrahi M 2017-03-14 13:53:26 -04:00 committed by Lucas De Marchi
parent 3bbdb64ec0
commit aa0de36b2e
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ CWD=$(pwd)
OPT="/opt"
BASE_PKGS="base-devel ccache git-core gsfonts tk wget"
SITL_PKGS="python2-pip python-pip wxpython2.8 opencv python2-numpy python2-scipy"
SITL_PKGS="python2-pip python-pip wxpython opencv python2-numpy python2-scipy"
PX4_PKGS="lib32-glibc zip zlib ncurses cmake"
PYTHON2_PKGS="future lxml pymavlink MAVProxy argparse matplotlib pyparsing"