mupen64plus / mupen64plus-ui-python

A frontend for Mupen64Plus
http://m64py.sourceforge.net/
GNU General Public License v3.0
242 stars 66 forks source link

Ambiguous python shebang in m64py #186

Closed asiplas closed 3 years ago

asiplas commented 3 years ago

m64py contains an ambiguous #!/usr/bin/env python; specifying neither v2 nor v3.

This is flagged by rpmlint/rpmbuild when executing dist/redhat/build.sh:

*** ERROR: ambiguous python shebang in /usr/bin/m64py: #!/usr/bin/python. Change it to python3 (or python2) explicitly.

Given README.rst mentioning python3 packages it seems reasonable to specify python3.