Bugzilla – Bug 1210581
jack-rack: get rid of /usr/bin/python as the script interpreter
Last modified: 2023-04-28 10:40:29 UTC
ecarack has /usr/bin/python shebang as the script interpreter that was indicate to python2, Leap 15.5 stopped to ship python2 entirely then it end up to an installation error when installing the jack-rack 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 these python files to python3 if code isn't python3 supported.
Max already submitted the fix.