Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2018-10-20 00:25:47 +0300
committerPhilipp Hörist <philipp@hoerist.com>2018-10-20 00:30:56 +0300
commit0d4ba654349760e247cdbcc7f7e9226188c9f444 (patch)
tree7bd490f6d9bbdbb8c11cf8c0cca4ac0d00548a73 /README.md
parent2c01883fc08147915aa040b8db951e62dcca9d2b (diff)
Make idna and precis-18n required dependencys
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 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