Mercurial > libervia-backend
changeset 1038:d732bb68b326
fixes setup with PyCrypto minimal version
author | souliane <souliane@mailoo.org> |
---|---|
date | Fri, 16 May 2014 11:26:46 +0200 |
parents | 6e975c6b0faf |
children | 902c764a0d2b |
files | README4PACKAGERS setup.py |
diffstat | 2 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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)
--- 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