Philipp Hörist pushed to branch master at gajim / gajim
Commits:
46cd1a3c by Philipp Hörist at 2016-12-11T17:22:45+01:00
Add keyring dependency to windows build
- - - - -
2 changed files:
- appveyor.yml
- setup_win32.py
Changes:
=====================================
appveyor.yml
=====================================
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -23,6 +23,7 @@ install:
- ps: Add-Content C:\Python34\Lib\site-packages\google\__init__.py " "
- "%PYTHON%\\python.exe -m pip install pycryptodome"
- "%PYTHON%\\python.exe -m pip install cx_freeze"
+ - "%PYTHON%\\python.exe -m pip install keyring"
- "%PYTHON%\\python.exe -m pip install pypiwin32"
- "%PYTHON%\\python.exe -m pip install pyopenssl"
- "%PYTHON%\\python.exe -m pip install --no-dependencies python-axolotl"
=====================================
setup_win32.py
=====================================
--- a/setup_win32.py
+++ b/setup_win32.py
@@ -117,7 +117,7 @@ OPTIONS = {
'build_exe': {
'includes': ['gi', 'numbers', 'win32com.client', 'win32com.server'],
'packages': ['gi', 'cffi', 'cryptography', 'google', 'axolotl',
- 'pkg_resources', 'Crypto', 'pycparser'],
+ 'pkg_resources', 'Crypto', 'pycparser', 'keyring'],
'include_files': INCLUDE_FILES,
}
}
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/46cd1a3c53db53e64296fdb3006af0a3a227d8b9
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits