Commit 6d9f5c5
committed
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.1 parent 485ce07 commit 6d9f5c5
File tree
2 files changed
+23
-0
lines changed- news
- src/_pyinstaller_hooks_contrib/hooks/stdhooks
2 files changed
+23
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
0 commit comments