Skip to content

Commit

Permalink
arch: python requirements fix, jdk comes with ant
Browse files Browse the repository at this point in the history
  • Loading branch information
MaEtUgR authored and dagar committed Dec 5, 2023
1 parent 14c4257 commit d259386
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Tools/setup/arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -95,8 +95,7 @@ if [[ $INSTALL_SIM == "true" ]]; then

# java (jmavsim)
sudo pacman -S --noconfirm --needed \
ant \
jdk-openjdk \
ant
;

# Gazebo setup
Expand Down

0 comments on commit d259386

Please sign in to comment.