forked from Archive/PX4-Autopilot
arch: python requirements fix, jdk comes with ant
This commit is contained in:
parent
14c4257a59
commit
d259386987
|
@ -67,7 +67,7 @@ sudo pacman -Sy --noconfirm --needed \
|
|||
|
||||
# Python dependencies
|
||||
echo "Installing PX4 Python3 dependencies"
|
||||
pip install --user -r ${DIR}/requirements.txt
|
||||
pip install --break-system-packages -r ${DIR}/${REQUIREMENTS_FILE}
|
||||
|
||||
# NuttX toolchain (arm-none-eabi-gcc)
|
||||
if [[ $INSTALL_NUTTX == "true" ]]; then
|
||||
|
@ -95,8 +95,7 @@ if [[ $INSTALL_SIM == "true" ]]; then
|
|||
|
||||
# java (jmavsim)
|
||||
sudo pacman -S --noconfirm --needed \
|
||||
ant \
|
||||
jdk-openjdk \
|
||||
ant
|
||||
;
|
||||
|
||||
# Gazebo setup
|
||||
|
|
Loading…
Reference in New Issue