Merge pull request #993 from LeastAuthority/3608.txi2p-dependency.2

Back off from the master revision txi2p dependency

Fixes: ticket:3608
This commit is contained in:
Jean-Paul Calderone 2021-03-02 08:14:02 -05:00 committed by GitHub
commit f5aec9701d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

0
newsfragments/3608.minor Normal file
View File

View File

@ -152,9 +152,7 @@ tor_requires = [
i2p_requires = [
# txi2p has Python 3 support, but it's unreleased: https://github.com/str4d/txi2p/issues/10.
# URL lookups are in PEP-508 (via https://stackoverflow.com/a/54794506).
# Also see the comment in tor_requires.
"txi2p @ git+https://github.com/str4d/txi2p@0611b9a86172cb70d2f5e415a88eee9f230590b3#egg=txi2p",
"txi2p; python_version < '3.0'",
]
if len(sys.argv) > 1 and sys.argv[1] == '--fakedependency':