On Tue, Dec 08, 2020 at 10:23:43PM -0500, Scott Talbert wrote: > On Tue, 8 Dec 2020, Adrian Bunk wrote: > > > In a more general note, do the tools have to use > > the versioned interpreter instead of python3? > > They probably don't. The tools are really just setuptools entry point > scripts. The dependency is just coming from the shebang in those scripts I > believe.
In that case it should be fixed with override_dh_python3: dh_python3 --shebang=/usr/bin/python3 > Scott cu Adrian