Package: lintian Severity: normal >From lintian.debian.org, so I don't know the lintian version:
https://lintian.debian.org/sources/dkimpy/1.0.4-1.html among other things it says: W runtime-test-file-uses-supported-python-versions-without-python-all-build-depends debian/tests/py3 py3versions -sv (line 5) There is py3versions -sv is debian/tests/py3, so that part of the check is correct, but the build-depends detection is not. Here's debian/tests/control for dkimpy 1.0.4-1: Tests: py3 Depends: python3-all, python3-authres, python3-dnspython, python3-nacl, python3-pkg-resources, @ Restrictions: allow-stderr So the check is wrong. Scott K

