Bugzilla – Bug 1210577
bugzilla: porting jb2bz.py to python3
Last modified: 2023-05-08 07:07:57 UTC
jb2bz.py has /usr/bin/python shebang as the script interpreter indicate to python2, Leap 15.5 stopped to ship python2 entirely then this resulting an installation error when installing the bugzilla package: nothing provides /usr/bin/python, we need to change it to use python3(/usr/bin/python3) as the script interpreter, and might need to converting jb2bz.py to python3 if code isn't python3 supported.
fixed by https://build.opensuse.org/request/show/1080248