[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Help with python2 removal in scid package



On Mon, 7 Dec 2020 00:25:26 +0500
Andrey Rahmatullin <wrar@debian.org> 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,

Attachment: pgp66_WWXibfm.pgp
Description: PGP signature


Reply to: