mirror of
https://gh.llkk.cc/https://github.com/WeblateOrg/scripts.git
synced 2025-10-04 15:11:07 +08:00
install: Include pkgconfig for borgbackup
This commit is contained in:
parent
12d4abd2f3
commit
4ba76dc9de
1 changed files with 1 additions and 0 deletions
|
@ -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]))')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue