Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim

Commits:
7af6a8fb by Philipp Hörist at 2017-01-24T15:04:41+01:00
Add qrcode to windows build

The OMEMO Plugin needs this for showing QR Codes

- - - - -
8b6a59fe by Philipp Hörist at 2017-01-24T15:24:32+01:00
Merge branch 'gajim_0.16' into 'gajim_0.16'

Add qrcode to windows build

See merge request !43
- - - - -


2 changed files:

- requirements.txt
- setup_win32.py


Changes:

=====================================
requirements.txt
=====================================
--- a/requirements.txt
+++ b/requirements.txt
@@ -14,3 +14,4 @@ pillow
 pycurl
 docutils
 pygments
+qrcode


=====================================
setup_win32.py
=====================================
--- a/setup_win32.py
+++ b/setup_win32.py
@@ -33,11 +33,10 @@ sys.path.append('src')
 
 options = {
    'build_exe': {
-        'includes': ['win32com.server', 'win32com.client'],
+        'includes': ['new', 'win32com.server', 'win32com.client'],
         'packages': ['pkg_resources', 'cffi', 'gtk',
-                     'cryptography', 'Crypto', 'PIL',
+                     'cryptography', 'Crypto', 'PIL', 'qrcode',
                      'axolotl', 'google', 'common', 'keyring'],
-        'includes': ['new'],
         'excludes': ['Tkinter', 'unittest', 'psutil'],
    }
 }



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/compare/2761be11167b507f53d9e6cfd3dd69e0f77b48d0...8b6a59fe8f80c8519e5b22e266a31a44c15d76cc
_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to