From f139f468039aa71e9bfbaf12f55fba5fd345ecd2 Mon Sep 17 00:00:00 2001 From: str4d Date: Mon, 3 Apr 2017 18:22:04 +1200 Subject: [PATCH] Use txi2p 0.3.2 to work around SSL issue See https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2861#comment:14 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index dd725aeb6..9e566cc63 100644 --- a/setup.py +++ b/setup.py @@ -277,7 +277,7 @@ setup(name="tahoe-lafs", # also set in __init__.py "foolscap[tor] >= 0.12.5", "txtorcon >= 0.17.0", # in case pip's resolver doesn't work "foolscap[i2p] >= 0.12.6", - "txi2p >= 0.3.1", # in case pip's resolver doesn't work + "txi2p >= 0.3.2", # in case pip's resolver doesn't work "pytest", "pytest-twisted", ], @@ -287,7 +287,7 @@ setup(name="tahoe-lafs", # also set in __init__.py ], "i2p": [ "foolscap[i2p] >= 0.12.6", - "txi2p >= 0.3.1", # in case pip's resolver doesn't work + "txi2p >= 0.3.2", # in case pip's resolver doesn't work ], }, package_data={"allmydata.web": ["*.xhtml",