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:
4551b67
)
Turn off bridging to Twisted log, and pin to Twisted 15.2.0.
author
Daira Hopwood
<daira@jacaranda.org>
Thu, 29 Oct 2015 20:53:36 +0000
(20:53 +0000)
committer
Daira Hopwood
<daira@jacaranda.org>
Mon, 25 Jan 2016 15:52:13 +0000
(15:52 +0000)
Hopefully this will avoid http://foolscap.lothar.com/trac/ticket/244 .
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/_auto_deps.py
patch
|
blob
|
history
diff --git
a/src/allmydata/_auto_deps.py
b/src/allmydata/_auto_deps.py
index 86a3314bfbebd6f84a06bcda54c234ebacfd6785..1a6c735ea0642364919129018749f9f90a8ba091 100644
(file)
--- a/
src/allmydata/_auto_deps.py
+++ b/
src/allmydata/_auto_deps.py
@@
-37,7
+37,8
@@
install_requires = [
# filepath.Permissions
# * Nevow 0.11.1 depends on Twisted >= 13.0.0.
# * The Magic Folder frontend depends on Twisted >= 15.2.0.
- "Twisted >= 15.2.0",
+ # * For now we pin Twisted 15.2.0 to avoid <http://foolscap.lothar.com/trac/ticket/244>.
+ "Twisted == 15.2.0",
# Nevow 0.11.1 can be installed using pip (#2032).
"Nevow >= 0.11.1",