Skip to content

Commit

Permalink
[utils/common] Add missing python3-libdnf5 package for Fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Nov 17, 2024
1 parent 84ce283 commit 0b7fc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ function required_packages() {
UPDATE=1 apt_ensure python3 python3-dev python3-pip python3-venv whiptail expect jq "${extra_packages[@]}" &>>"$LOG_FILE"
;;
fedora)
dnf install -y python3 python3-devel python3-pip python3-virtualenv newt expect jq "${extra_packages[@]}" &>>"$LOG_FILE"
dnf install -y python3 python3-devel python3-pip python3-virtualenv python3-libdnf5 newt expect jq "${extra_packages[@]}" &>>"$LOG_FILE"
;;
almalinux | rocky | centos)
dnf install -y python3 python3-devel python3-pip newt expect jq "${extra_packages[@]}" &>>"$LOG_FILE"
Expand Down

0 comments on commit 0b7fc9b

Please sign in to comment.