# HG changeset patch # User souliane # Date 1400232406 -7200 # Node ID d732bb68b3266db2f64637930db814f610b2dd17 # Parent 6e975c6b0faf23b5d0bfa1ca1bed8e489d4e5193 fixes setup with PyCrypto minimal version diff -r 6e975c6b0faf -r d732bb68b326 README4PACKAGERS --- a/README4PACKAGERS Fri May 16 00:58:20 2014 +0200 +++ b/README4PACKAGERS Fri May 16 11:26:46 2014 +0200 @@ -16,13 +16,13 @@ lxml Mutagen PIL -PyCrypto +PyCrypto >= 2.6.1 PyFeed Twisted Core Twisted Mail Twisted Web Twisted Words -Wokkel +Wokkel >= 0.7.1 XDG xe zope.interface @@ -42,8 +42,8 @@ ---------------------------------------- dbus -Urwid -Urwid-satext +Urwid >= 1.1.0 +Urwid-satext >= 0.3.0 GObject (not imported directly in Primitivus, but needed for Urwid's main loop) Suggested: Python X Library (for user notifications in a graphical session) diff -r 6e975c6b0faf -r d732bb68b326 setup.py --- a/setup.py Fri May 16 00:58:20 2014 +0200 +++ b/setup.py Fri May 16 11:26:46 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'], + 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'], cmdclass={'install': CustomInstall}, ) # XXX: wxpython doesn't work, it's managed with preinstall_check