black/.github
Jameel Al-Aziz 72de89f54e
Add hidden import to PyInstaller build (GH-2466)
Add new platformdirs dependencies as hidden imports when creating
PyInstaller-based binaries.

platformdirs imports the module for each platform dynamically, which
PyInstaller is unable to correctly detect for packing. By adding the
modules as hidden imports, we are telling PyInstaller to include the
modules in the packaged binary.

This issue seems to have been introduce when switching to platformdirs
in #2375. fixes #2464

Commit history before merge:

* Add hidden import to PyInstaller build

Add new platformdirs dependency as a hidden import when creating
PyInstaller based binaries.

* Only include the platformdirs for the relevant os
2021-09-01 18:05:11 -04:00
..
ISSUE_TEMPLATE fix: remove unneccessary escape character (#2423) 2021-08-11 21:50:46 -04:00
workflows Add hidden import to PyInstaller build (GH-2466) 2021-09-01 18:05:11 -04:00
CODE_OF_CONDUCT.md Automatic markdown and YAML formatting with Prettier (#874) 2019-10-21 11:42:46 +02:00
PULL_REQUEST_TEMPLATE.md fix: run pypi / docker upload from published draft releases (#2461) 2021-08-30 13:26:21 -04:00