Skip to content

Commit cd2cc3b

Browse files
fda0igcbot
authored andcommitted
Update missing dependency for IGC builds
Update mako dependency to Python 3 version. Commit 2f66670 has introduced the dependency on Python's mako module.
1 parent 6d34b7c commit cd2cc3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/buildIGC.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ else
4949
fi
5050

5151
apt-get update
52-
apt-get install -y flex bison libz-dev cmake curl wget build-essential git software-properties-common unzip file lsb-release python-mako
52+
apt-get install -y flex bison libz-dev cmake curl wget build-essential git software-properties-common unzip file lsb-release python3-mako
5353
echo "[Build Status] flex bison libz-dev cmake curl wget build-essential git software-properties-common unzip file INSTALLED"
5454

5555
if [ "$UBUNTU_VERSION" = "20.04" ]; then

0 commit comments

Comments
 (0)