Bug 1210586

Summary: ketchup: get rid of /usr/bin/python as the script interpreter
Product: [openSUSE] openSUSE Distribution Reporter: Max Lin <mlin>
Component: OtherAssignee: E-mail List <screening-team-bugs>
Status: RESOLVED WONTFIX QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Leap 15.5   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on:    
Bug Blocks: 1210594    

Description Max Lin 2023-04-18 13:17:54 UTC
ketchup,quilt-pop,quilt-push 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 ketchup 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.
Comment 1 Max Lin 2023-06-19 08:43:17 UTC
ketchup has been deleted in 15.5 https://build.opensuse.org/request/show/1081135 , we can revive it via maintenance update in case it has converted to python3 entirely.