Skip to content

Commit

Permalink
Add certifi to hidden imports to ensure its resources get gathered.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtibbles committed Jun 28, 2024
1 parent 0626e2e commit ccd0b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/hook-kolibri.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def datas_filter(item):
return True


hiddenimports = collect_submodules("kolibri", submodule_filter)
hiddenimports = collect_submodules("kolibri", submodule_filter) + ["certifi"]

datas = []

Expand Down

0 comments on commit ccd0b63

Please sign in to comment.