Philipp Hörist pushed to branch master at gajim / gajim

Commits:
7397cc8a by Philipp Hörist at 2018-10-21T07:36:36Z
Remove idna as dependency

We use the python inbuilt idna module

- - - - -


3 changed files:

- README.md
- setup.py
- win/_base.sh


Changes:

=====================================
README.md
=====================================
@@ -11,7 +11,6 @@
 - python3-openssl (>=0.14)
 - python3-cssutils (>=1.0.2)
 - python3-keyring
-- python3-idna
 - python3-precis-i18n
 
 ### Optional Runtime Requirements


=====================================
setup.py
=====================================
@@ -289,6 +289,5 @@ setup(
         'pyOpenSSL>=0.12',
         'cssutils>=1.0.2',
         'precis-i18n>=1.0.0',
-        'idna>=2.7',
     ]
 )


=====================================
win/_base.sh
=====================================
@@ -103,7 +103,6 @@ python-axolotl
 qrcode
 cssutils
 precis-i18n
-idna
 "
 
     build_pip install $(echo "$PIP_REQUIREMENTS" | tr ["\\n"] [" "])



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/7397cc8af6e3f8efd5d5057dbbd5978cf347f889

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/7397cc8af6e3f8efd5d5057dbbd5978cf347f889
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to