From: Jameel Al-Aziz <247849+jalaziz@users.noreply.github.com> Date: Tue, 30 Nov 2021 16:20:27 +0000 (-0800) Subject: Remove hidden import from PyInstaller build (#2657) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/e151686c6fc291a72058a26de8e6279669d756cc?hp=e151686c6fc291a72058a26de8e6279669d756cc Remove hidden import from PyInstaller build (#2657) The recent 2021.4 release of pyinstaller-hooks-contrib now contains a built-in hook for platformdirs. Manually specifying the hidden import arg should no longer be needed. ---