Am 14.08.24 um 16:05 schrieb Matěj Cepl:
On Wed Aug 14, 2024 at 2:36 PM CEST, Eric Schirra wrote:
And it should be actually a fix
based on the comprehension of the problem, not a random hack.

Best,

Matěj

The real problem is that in the python-pip package we replace the bundled certifi with a hardcode to path /etc/ssl/ca-bundle.pem in pip-shipped-requests-cabundle.patch
But this file is now essentially empty in build environments. Plus, the path is deprecated anyway.

disable-ssl-context-in-buildenv.patch introduced by Dirk two days ago (!) masks it, for Tumbleweed, but not for 15.6

https://build.opensuse.org/package/show/devel:languages:python/python-pip

- Ben