Bug 1219308

Summary: boringssl-source has a runtime dep on python2
Product: [openSUSE] openSUSE Tumbleweed Reporter: Dominique Leuenberger <dimstar>
Component: OtherAssignee: Otto Hollmann <otto.hollmann>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: pmonrealgonzalez
Version: Current   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on:    
Bug Blocks: 1219306    

Description Dominique Leuenberger 2024-01-29 15:56:17 UTC
> zypper info --requires boringssl-source
Loading repository data...
Reading installed packages...


Information for package boringssl-source:
-----------------------------------------
Repository     : Main Repository (OSS)
Name           : boringssl-source
Version        : 20200921-2.7
Arch           : noarch
Vendor         : openSUSE
Installed Size : 117.2 MiB
Installed      : No
Status         : not installed
Source package : boringssl-20200921-2.7.src
Upstream URL   : https://boringssl.googlesource.com/boringssl/
Summary        : Source code of BoringSSL
Description    : 
    Source files for BoringSSL implementation
Requires       : [5]
    /bin/sh
    /bin/bash
    /usr/bin/python3
    /usr/bin/perl
    /usr/bin/python


This package pulls in python2 and python3 - with py2 being eOL we want to eliminate those things.
Comment 1 Otto Hollmann 2024-02-09 08:34:42 UTC
Submitted:
> https://build.opensuse.org/request/show/1145361

We already have script for replacing "/usr/bin/env python" with "/usr/bin/python3"

But was one last occurrence of old python "/usr/bin/python" so I added another script to replace it the same way.