From 6c6c4bdcfe96430b07fb619d6ff09fb42681658e Mon Sep 17 00:00:00 2001 From: Markus Wintermann <markus@tmft.net> Date: Fri, 26 Apr 2019 21:07:29 +0200 Subject: [PATCH] Fix installation of dependencies Install precis-i18n before the other dependencies, because it is needed by python-nbxmpp --- win/dev_env.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/win/dev_env.sh b/win/dev_env.sh index 1ee74baa90..6256c2706f 100644 --- a/win/dev_env.sh +++ b/win/dev_env.sh @@ -27,9 +27,8 @@ python-gnupg keyring cssutils qrcode -precis-i18n " - +pip3 install precis-i18n pip3 install $(echo "$PIP_REQUIREMENTS" | tr ["\\n"] [" "]) } -- GitLab