Bug#916280: typedload: build dependency on mypy is too strict

2018-12-12 Thread Adrian Bunk
On Wed, Dec 12, 2018 at 05:12:02PM +0100, Salvo Tomaselli wrote: > You are right that it's not ideal. > > However it is because every single new version of mypy changes > something, so they fix a false positive and fail because I had a "# > type: ignore" tag or they introduce some new false

Bug#916280: typedload: build dependency on mypy is too strict

2018-12-12 Thread Salvo Tomaselli
You are right that it's not ideal. However it is because every single new version of mypy changes something, so they fix a false positive and fail because I had a "# type: ignore" tag or they introduce some new false positive. So in practice it never happens that the build works when changing

Bug#916280: typedload: build dependency on mypy is too strict

2018-12-12 Thread Adrian Bunk
Source: typedload Version: 1.10-2 Severity: serious Build-Depends: ..., mypy (= 0.641-1) If there is some tight interdependency between typedload and mypy, then this should be expressed properly with a set of >= and <= dependencies. In any case a build dependency on the exact Debian revision of