Bugzilla – Bug 1219308
boringssl-source has a runtime dep on python2
Last modified: 2024-02-09 08:34:42 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.
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.