install: Include pkgconfig for borgbackup

This commit is contained in:
Michal Čihař 2022-02-26 06:57:32 +01:00
parent 12d4abd2f3
commit 4ba76dc9de

View file

@ -67,6 +67,7 @@ WEBLATE_HOME=~weblate

# Install Weblate and deps
sudo -u weblate virtualenv --python=python3 "$WEBLATE_HOME/weblate-env"
sudo -u weblate "$WEBLATE_HOME/weblate-env/bin/pip" install pkgconfig
sudo -u weblate "$WEBLATE_HOME/weblate-env/bin/pip" install "Weblate[all,zxcvbn]$WEBLATE_VERSION" wllegal

PYVER=$(python3 -c 'import sys; print("{}.{}".format(*sys.version_info[:2]))')