mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
Bump txi2p to unreleased version that supports Py3
The plan is to keep i2p support around, in the hopes that upstream libs (txi2p, foolscap) are ported to Python 3 by the time we _really_ need them.
This commit is contained in:
parent
329bfe05f9
commit
5a2ee5387a
5
setup.py
5
setup.py
@ -141,8 +141,9 @@ tor_requires = [
|
||||
]
|
||||
|
||||
i2p_requires = [
|
||||
# See the comment in tor_requires.
|
||||
"txi2p >= 0.3.2",
|
||||
# txi2p has Python 3 support, but it's unreleased: https://github.com/str4d/txi2p/issues/10.
|
||||
# Also see the comment in tor_requires.
|
||||
"txi2p @ git+https://github.com/str4d/txi2p@0611b9a86172cb70d2f5e415a88eee9f230590b3#egg=txi2p",
|
||||
]
|
||||
|
||||
if len(sys.argv) > 1 and sys.argv[1] == '--fakedependency':
|
||||
|
Loading…
Reference in New Issue
Block a user