summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-requests/environment.d-python3-requests.sh
blob: c7faec127d3d23198342895b2a13355a969527e2 (plain)
1
2
3
4
if [ -e "${OECORE_NATIVE_SYSROOT}/etc/ssl/certs/ca-certificates.crt" ];then
    export REQUESTS_CA_BUNDLE="${OECORE_NATIVE_SYSROOT}/etc/ssl/certs/ca-certificates.crt"
    export BB_ENV_PASSTHROUGH_ADDITIONS="${BB_ENV_PASSTHROUGH_ADDITIONS:-} REQUESTS_CA_BUNDLE"
fi