|
|
@ -129,9 +129,9 @@ fi |
|
|
|
BASE_PKGS="build-essential ccache g++ gawk git make wget" |
|
|
|
BASE_PKGS="build-essential ccache g++ gawk git make wget" |
|
|
|
if [ ${RELEASE_CODENAME} == 'bionic' ]; then |
|
|
|
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" |
|
|
|
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" |
|
|
|
PYTHON_PKGS="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: |
|
|
|