Add xmlsec as dependency (#3762)

This commit is contained in:
Slaviša Arežina
2025-04-09 12:34:38 +02:00
committed by GitHub
parent 3ab2ecc3ef
commit f2f10376ac
2 changed files with 10 additions and 5 deletions

View File

@ -38,7 +38,8 @@ $STD apt-get install -y \
python3 \
python3-dev \
python3-setuptools \
python3-pip
python3-pip \
python3-xmlsec
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
msg_ok "Setup Python3"