projects
/
zzz-floof.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
68a31d5
)
OpenID library is python-openid, not openid.
author
Eevee
<git@veekun.com>
Thu, 6 Aug 2009 16:43:15 +0000
(09:43 -0700)
committer
Eevee
<git@veekun.com>
Thu, 6 Aug 2009 16:43:15 +0000
(09:43 -0700)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index
2738b65
..
b271114
100644
(file)
--- 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']),