mirror of
https://src.fedoraproject.org/rpms/nodejs18.git
synced 2024-11-24 09:42:43 +00:00
sources: install jinja2 if needed
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
dfeab1ea3d
commit
8feb3e5509
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue