Fix installation of dependencies

Install precis-i18n before the other dependencies, because it is needed by
python-nbxmpp
This commit is contained in:
Markus Wintermann 2019-04-26 21:07:29 +02:00 committed by Philipp Hörist
parent 2f5f32257d
commit 6c6c4bdcfe
1 changed files with 1 additions and 2 deletions

View File

@ -27,9 +27,8 @@ python-gnupg
keyring
cssutils
qrcode
precis-i18n
"
pip3 install precis-i18n
pip3 install $(echo "$PIP_REQUIREMENTS" | tr ["\\n"] [" "])
}