Skip to content

Commit

Permalink
get-deps: remove not needed deps for openSUSE/SUSE
Browse files Browse the repository at this point in the history
These 2 dependencies are not needed when building from source. I tested
this for Tumbleweed, Slowroll and Leap 15.5.

Signed-off-by: Dominik Gedon <[email protected]>
  • Loading branch information
nodeg committed May 10, 2024
1 parent 107dd67 commit 117adec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion get-deps
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ suse_deps() {
if [ "${CI}" == "yes" ] ; then
RESOLVE="--allow-downgrade"
fi
$ZYPPER install $RESOLVE -yl 'perl-FindBin' 'perl-File-Compare' || true
$ZYPPER install $RESOLVE -yl \
'make' \
'gcc' \
Expand Down

0 comments on commit 117adec

Please sign in to comment.