projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
573502c
)
setup: loosen our requirement on pycryptopp from >= 0.2.9 to >= 0.2.8
author
Zooko O'Whielacronx
<zooko@zooko.com>
Wed, 23 Jan 2008 18:00:35 +0000
(11:00 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Wed, 23 Jan 2008 18:00:35 +0000
(11:00 -0700)
Again, tahoecs2 has pycryptopp v0.2.8, and reviewing the pycryptopp change history shows that there were no important bugfixes added since 0.2.8.
_auto_deps.py
patch
|
blob
|
history
diff --git
a/_auto_deps.py
b/_auto_deps.py
index 4bc374cf0c59935a0248cc8ccd614db9b8848b0a..f24a4473b8c4887892fb9cd4e625778fd2a008f1 100644
(file)
--- a/
_auto_deps.py
+++ b/
_auto_deps.py
@@
-1,7
+1,7
@@
install_requires=["zfec >= 1.1.0",
"foolscap >= 0.2.3",
"simplejson >= 1.7.1",
- "pycryptopp >= 0.2.
9
",
+ "pycryptopp >= 0.2.
8
",
"nevow >= 0.6.0",
"zope.interface >= 3.1.0",
]