On Mon, 7 Dec 2020 00:25:26 +0500 Andrey Rahmatullin <[email protected]> wrote:
> On Sun, Dec 06, 2020 at 07:32:13PM +0100, Jose G. López wrote:
> > D: dh_python3 fs:260: package scid details = {'requires.txt': set(),
> > 'egg-info': set(), 'nsp.txt': set(), 'shebangs': {/usr/bin/python2},
> > 'public_vers': set(), 'private_dirs': {}, 'compile': False, 'ext_vers':
> > set(), 'ext_no_version': set()}
> At least scripts/pgnfix.py indeed has Py2 shebang.
>
Thank you Andrey! In the end I have chosen to replace the shebang to use python
3 explicitly.
- #!/usr/bin/env python
+ #!/usr/bin/env python3
Uploaded again to mentors.
Regards,
pgpSLIfvO_TC4.pgp
Description: PGP signature

