From: Eevee Date: Thu, 6 Aug 2009 16:43:15 +0000 (-0700) Subject: OpenID library is python-openid, not openid. X-Git-Url: http://git.veekun.com/zzz-floof.git/commitdiff_plain/d4cccab138ed3ac57f90d3c2f6766de41a275f11 OpenID library is python-openid, not openid. --- diff --git a/setup.py b/setup.py index 2738b65..b271114 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( install_requires=[ "Pylons>=0.9.7", "SQLAlchemy>=0.5", - 'openid', + 'python-openid', ], setup_requires=["PasteScript>=1.6.3"], packages=find_packages(exclude=['ez_setup']),