changeset bef1fa5ffbd7 in /home/hg/repos/gajim
author: lovetox <[email protected]>
branches:
details:http://hg.gajim.org/gajim?cmd=changeset;node=bef1fa5ffbd7
description: add pkg_resources to the Windows build
diffstat:
setup_win32.py | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (13 lines):
diff -r 7f8b3cc6cf0b -r bef1fa5ffbd7 setup_win32.py
--- a/setup_win32.py Sun Aug 07 18:24:20 2016 +0200
+++ b/setup_win32.py Sun Aug 07 19:10:54 2016 +0200
@@ -128,7 +128,8 @@
'includes': ['gi', 'Crypto.PublicKey.DSA', 'Crypto.Hash.HMAC',
'numbers', 'win32com.client', 'win32com.server',
'cryptography', 'pkg_resources'],
- 'packages': ['gi', 'cffi', 'cryptography', 'google', 'axolotl'],
+ 'packages': ['gi', 'cffi', 'cryptography', 'google', 'axolotl',
+ 'pkg_resources'],
'base': 'Win32GUI',
'include_files': INCLUDE_FILES,
}
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits