Skip to content

main/py3-requests: depend on py3-certifi now that is uses system certs

Leo requested to merge Leo/aports:py3-requests into master

Starting with 08e19b24 py3-certifi now uses our system certificates instead of the ones provided by certifi upstream itself, this follows behaviour in other distros like Fedora and Debian.

this means we don't have to patch out any encounters with certifi due to fears of using non-system certificates so enable it here.

Merge request reports