From c8a36013250bfd1e53f17429e0b69be4bd5820ea Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 21 Jun 2023 10:26:10 -0400 Subject: [PATCH] sources: install jinja2 if needed Signed-off-by: Stephen Gallagher --- nodejs-sources.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nodejs-sources.sh b/nodejs-sources.sh index e81b6f2..465cbdb 100755 --- a/nodejs-sources.sh +++ b/nodejs-sources.sh @@ -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 @@ -316,7 +316,7 @@ IFS='' read -r -d '' template_json <