Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim
Commits:
a74fcd91 by Philipp Hörist at 2017-01-08T17:49:44+01:00
Add 'common' to packages included in win build
Because demandimport is not used anymore cx_freeze
doesnt add it to the build, this causes plugins
that still import demandimport to fail
- - - - -
1 changed file:
- setup_win32.py
Changes:
=====================================
setup_win32.py
=====================================
--- a/setup_win32.py
+++ b/setup_win32.py
@@ -36,7 +36,7 @@ options = {
'includes': ['win32com.server', 'win32com.client'],
'packages': ['pkg_resources', 'cffi', 'gtk',
'cryptography', 'Crypto', 'PIL',
- 'axolotl', 'google'],
+ 'axolotl', 'google', 'common'],
'includes': ['new'],
'excludes': ['Tkinter', 'unittest', 'psutil'],
}
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/a74fcd9190994620bcf90a61f99ffa103ff86e47
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits