Use forked release of txi2p for Python 3 support

We've poked https://github.com/str4d/txi2p/issues/10 a few times with
requests for a new release, with scant success.  So txi2p-tahoe is a
thing now.
This commit is contained in:
Sajith Sasidharan 2021-03-10 13:25:52 -05:00
parent a4a8a22f8f
commit 86853dc3d0
2 changed files with 5 additions and 2 deletions

View File

@ -0,0 +1 @@
Tahoe-LAFS now uses a forked version of txi2p (named txi2p-tahoe) with Python 3 support.

View File

@ -151,8 +151,10 @@ tor_requires = [
]
i2p_requires = [
# txi2p has Python 3 support, but it's unreleased: https://github.com/str4d/txi2p/issues/10.
"txi2p; python_version < '3.0'",
# txi2p has Python 3 support, but it's unreleased (see
# https://github.com/str4d/txi2p/issues/10). We could use a fork until
# txi2p's maintainers are back in action.
"txi2p-tahoe",
]
if len(sys.argv) > 1 and sys.argv[1] == '--fakedependency':