sources: install jinja2 if needed

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2023-06-21 10:26:10 -04:00
parent 3febae4956
commit c8a3601325

View File

@ -123,7 +123,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
alias wget='wget --quiet'
packages=("jq" "wget" "tar" "fedpkg" "grep" "sed")
packages=("jq" "wget" "tar" "fedpkg" "grep" "sed" "python3-jinja2-cli")
rpm -q ${packages[@]} >/dev/null
if [ $? -ne 0 ]; then