Tags: PythonNexus/pyinstaller-hooks-contrib
Tags
Scheduled weekly dependency update for week 22 (pyinstaller#751)
hooks: add hook for backports namespace package Add hook for `backports` package, to accommodate the `pkgutil`-style `backports` namespace package provided by `backports.functools-lru-cache` and the latest release of `backports.tarfile`. The `__init__.py` file from this `backports` namespace package uses `__import('pkgutil')__`, which slips past PyInstaller's modulegraph analysis, hence we need a hidden import.
PreviousNext