Skip to content

Commit

Permalink
containers: Add missing go dependency to podman upstream tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed Jun 10, 2024
1 parent 8e8f041 commit 525afa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/containers/podman_integration.pm
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ sub run {

# Install tests dependencies
my @pkgs = qw(aardvark-dns catatonit gpg2 jq make netavark netcat-openbsd openssl podman python3-passlib skopeo socat sudo systemd-container);
push @pkgs, qw(buildah) unless is_sle_micro;
push @pkgs, qw(go buildah) unless is_sle_micro;
# podman-remote is not yet available & python3-PyYAML was dropped in SLM 6.0
push @pkgs, qw(podman-remote python3-PyYAML) unless is_sle_micro('>=6.0');
# passt requires podman 5.0
Expand Down

0 comments on commit 525afa6

Please sign in to comment.