Mercurial > libervia-backend
changeset 1443:32d1089df687
add PyOpenSSL to the dependency list
author | souliane <souliane@mailoo.org> |
---|---|
date | Tue, 21 Jul 2015 11:56:53 +0200 |
parents | 6ce18c4e5708 |
children | 8ce9924fa92c |
files | README4PACKAGERS setup.py |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/README4PACKAGERS Mon Jul 20 10:23:58 2015 +0200 +++ b/README4PACKAGERS Tue Jul 21 11:56:53 2015 +0200 @@ -18,6 +18,7 @@ PIL PyCrypto >= 2.6.1 PyFeed +PyOpenSSL Python OTR Twisted Core Twisted Mail
--- a/setup.py Mon Jul 20 10:23:58 2015 +0200 +++ b/setup.py Tue Jul 21 11:56:53 2015 +0200 @@ -308,6 +308,6 @@ scripts=['frontends/src/jp/jp', 'frontends/src/primitivus/primitivus', ], zip_safe=False, dependency_links=['http://home.avvanta.com/%7Esteveha/pyfeed-0.7.4.tar.gz', 'http://home.avvanta.com/%7Esteveha/xe-0.7.4.tar.gz'], - install_requires=['twisted', 'wokkel >= 0.7.1', 'progressbar', 'urwid >= 1.2.0', 'urwid-satext >= 0.4.0', 'pyfeed', 'xe', 'mutagen', 'pillow', 'lxml', 'pyxdg', 'markdown', 'html2text', 'pycrypto >= 2.6.1', 'python-potr'], + install_requires=['twisted', 'wokkel >= 0.7.1', 'progressbar', 'urwid >= 1.2.0', 'urwid-satext >= 0.4.0', 'pyfeed', 'xe', 'mutagen', 'pillow', 'lxml', 'pyxdg', 'markdown', 'html2text', 'pycrypto >= 2.6.1', 'python-potr', 'PyOpenSSL'], cmdclass={'install': CustomInstall}, ) # XXX: wxpython doesn't work, it's managed with preinstall_check