had to patch the native 'certifi' hook to
def hook_certifi(finder, module):
import certifi
finder.add_datafile_to_zip("certifi/cacert.pem", certifi.where())
to make everything work
4.0 KiB
4.0 KiB