mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Tools: install wheel as part of setup
Simplify wx installation
This commit is contained in:
parent
47f8694a6e
commit
39eb7072e1
@ -151,7 +151,7 @@ if [ ${RELEASE_CODENAME} == 'bionic' ]; then
|
|||||||
# use fixed version for package that drop python2 support
|
# use fixed version for package that drop python2 support
|
||||||
PYTHON_PKGS="future lxml pymavlink MAVProxy pexpect flake8==3.7.9 requests==2.27.1 monotonic==1.6 geocoder empy configparser==4.0.2 click==7.1.2 decorator==4.4.2 dronecan"
|
PYTHON_PKGS="future lxml pymavlink MAVProxy pexpect flake8==3.7.9 requests==2.27.1 monotonic==1.6 geocoder empy configparser==4.0.2 click==7.1.2 decorator==4.4.2 dronecan"
|
||||||
else
|
else
|
||||||
PYTHON_PKGS="future lxml pymavlink MAVProxy pexpect flake8 geocoder empy dronecan"
|
PYTHON_PKGS="wheel future lxml pymavlink MAVProxy pexpect flake8 geocoder empy dronecan"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# add some Python packages required for commonly-used MAVProxy modules and hex file generation:
|
# add some Python packages required for commonly-used MAVProxy modules and hex file generation:
|
||||||
|
Loading…
Reference in New Issue
Block a user