python3Packages.botocore: replace vendored certs

This commit is contained in:
Rohit Singh 2026-02-13 08:38:35 -05:00
commit c110df0cce

View file

@ -1,6 +1,7 @@
{
lib,
awscrt,
cacert,
buildPythonPackage,
fetchFromGitHub,
@ -29,6 +30,10 @@ buildPythonPackage rec {
hash = "sha256-avuv1uXKMeSr3SL+BI9XW8tDCQM/dlXFn590di3S03k=";
};
postPatch = ''
ln -sf ${cacert}/etc/ssl/certs/ca-bundle.crt botocore/cacert.pem
'';
build-system = [
setuptools
];