From 968aae2cd0d033ffee776097313ebd9169384f25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Fri, 19 Oct 2018 23:25:47 +0200 Subject: [PATCH] Make idna and precis-18n required dependencys --- README.md | 4 ++-- setup.py | 4 +++- win/_base.sh | 1 + 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index caf459c29..afc62f2e3 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ - python3-openssl (>=0.14) - python3-cssutils (>=1.0.2) - python3-keyring - +- python3-idna +- python3-precis-i18n ### Optional Runtime Requirements @@ -25,7 +26,6 @@ - gir1.2-gupnpigd-1.0 for better NAT traversing - gir1.2-networkmanager-1.0 for network lose detection - gir1.2-geoclue-2.0 for sharing your location -- python3-idna and python3-precis-i18n for correctly parsing JIDs ### Compile-time Requirements diff --git a/setup.py b/setup.py index c18a5c95f..65cf3de3e 100644 --- a/setup.py +++ b/setup.py @@ -287,6 +287,8 @@ setup( 'keyring', 'nbxmpp>=0.6.8', 'pyOpenSSL>=0.12', - 'cssutils>=1.0.2' + 'cssutils>=1.0.2', + 'precis-i18n>=1.0.0', + 'idna>=2.7', ] ) diff --git a/win/_base.sh b/win/_base.sh index dd97d9290..189430a4d 100644 --- a/win/_base.sh +++ b/win/_base.sh @@ -103,6 +103,7 @@ python-axolotl qrcode cssutils precis-i18n +idna " build_pip install $(echo "$PIP_REQUIREMENTS" | tr ["\\n"] [" "])