YellowJacketLinux / LFS

Notes on LFS and RPM bootstrap spec files
Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

pip cacert.pem #14

Open YellowJacketLinux opened 1 year ago

YellowJacketLinux commented 1 year ago

Patch pip (src/pip/_vendor/certifi/core.py) to return the make-ca /etc/pki/tls/certs/ca-bundle.crt instead of bundled certificate, similar to how perl-Mozilla-CA was patched (still use bundled cert if system cert not there)

YellowJacketLinux commented 1 year ago

This would allow elimination of the /etc/profile.d/pythoncerts.sh file.