Fix installation of dependencies
Install precis-i18n before the other dependencies, because it is needed by python-nbxmpp
This commit is contained in:
parent
2f5f32257d
commit
6c6c4bdcfe
|
@ -27,9 +27,8 @@ python-gnupg
|
|||
keyring
|
||||
cssutils
|
||||
qrcode
|
||||
precis-i18n
|
||||
"
|
||||
|
||||
pip3 install precis-i18n
|
||||
pip3 install $(echo "$PIP_REQUIREMENTS" | tr ["\\n"] [" "])
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue