Bug 1219308 - boringssl-source has a runtime dep on python2
Summary: boringssl-source has a runtime dep on python2
Status: RESOLVED FIXED
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Other (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Otto Hollmann
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 1219306
  Show dependency treegraph
 
Reported: 2024-01-29 15:56 UTC by Dominique Leuenberger
Modified: 2024-02-09 08:34 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.