LNT uses future which does not come in standard in recent Python 3
versions, leading to mypy failing in Python 3 mode. Adding an explicit
dependency on future solves the problem.
Details
Details
Diff Detail
Diff Detail
- Repository
- rLNT LNT
Differential D112148
Install future to run mypy on Python 3 thopre on Oct 20 2021, 9:13 AM. Authored by Tags None Subscribers None
Details LNT uses future which does not come in standard in recent Python 3
Diff Detail
|