[FIX] missing deps typo openid
authorAntony Lesuisse <al@openerp.com>
Sat, 1 Oct 2011 18:29:37 +0000 (20:29 +0200)
committerAntony Lesuisse <al@openerp.com>
Sat, 1 Oct 2011 18:29:37 +0000 (20:29 +0200)
bzr revid: al@openerp.com-20111001182937-szfqkjaki3qf2y6g

setup.py

index df06250..f4e6dde 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -91,10 +91,10 @@ setuptools.setup(
           'feedparser',
           'lxml',
           'mako',
-          'openid',
           'psycopg2',
           'pydot',
           'python-dateutil',
+          'python-openid',
           'pytz',
           'pywebdav',
           'pyyaml',