Skip to content

Commit

Permalink
Add packages provisioned by release-tools
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <jrivero@osrfoundation.org>
  • Loading branch information
j-rivero committed Feb 7, 2024
1 parent 6da718a commit a712cf3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion recipes/agent_build_tools.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,28 @@
action :manage # Group should be created by docker package.
end

# NOTE: python 2 packages were used in the original release-tools code
# kept for transitioning and added the corresponding python3 packages
%w[
bc
git
gnupg2
gpgv
groovy
libffi-dev
libssl-dev
mercurial
ntp
pciutils
python-psutil
python3-psutil
python-setuptools
python3-setuptools
qemu-user-static
squid-deb-proxy
sudo
x11-xserver-utils
wget
x11-xserver-utils
].each do |pkg|
package pkg
end
Expand Down

0 comments on commit a712cf3

Please sign in to comment.