# HG changeset patch # User souliane # Date 1437472613 -7200 # Node ID 32d1089df687d9ecf5179309f2ad1649bf9e33a0 # Parent 6ce18c4e5708fa6beabdf44f8b02518e7af21f9b add PyOpenSSL to the dependency list diff -r 6ce18c4e5708 -r 32d1089df687 README4PACKAGERS --- 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 diff -r 6ce18c4e5708 -r 32d1089df687 setup.py --- 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