# HG changeset patch # User Goffi # Date 1402151948 -7200 # Node ID a32ef03d4af0de30d80363a877fb966a022abf64 # Parent 71d63750963ea375b3814f21135d65e1c68d3ac7 installation: added python OTR dependency diff -r 71d63750963e -r a32ef03d4af0 README4PACKAGERS --- a/README4PACKAGERS Sat Jun 07 16:38:53 2014 +0200 +++ b/README4PACKAGERS Sat Jun 07 16:39:08 2014 +0200 @@ -18,6 +18,7 @@ PIL PyCrypto >= 2.6.1 PyFeed +Python OTR Twisted Core Twisted Mail Twisted Web diff -r 71d63750963e -r a32ef03d4af0 setup.py --- a/setup.py Sat Jun 07 16:38:53 2014 +0200 +++ b/setup.py Sat Jun 07 16:39:08 2014 +0200 @@ -178,6 +178,6 @@ scripts=['frontends/src/jp/jp', 'frontends/src/primitivus/primitivus', 'frontends/src/wix/wix'], zip_safe=False, dependency_links=['http://www.blarg.net/%7Esteveha/pyfeed-0.7.4.tar.gz', 'http://www.blarg.net/%7Esteveha/xe-0.7.4.tar.gz'], - install_requires=['twisted', 'wokkel >= 0.7.1', 'progressbar', 'urwid >= 1.1.0', 'urwid-satext >= 0.3.0', 'pyfeed', 'xe', 'mutagen', 'PIL', 'lxml', 'pyxdg', 'markdown', 'html2text', 'pycrypto >= 2.6.1'], + install_requires=['twisted', 'wokkel >= 0.7.1', 'progressbar', 'urwid >= 1.1.0', 'urwid-satext >= 0.3.0', 'pyfeed', 'xe', 'mutagen', 'PIL', 'lxml', 'pyxdg', 'markdown', 'html2text', 'pycrypto >= 2.6.1', 'python-potr'], cmdclass={'install': CustomInstall}, ) # XXX: wxpython doesn't work, it's managed with preinstall_check