Commit e3b6801
committed
fix(deps): pin setuptools<80 to restore pkg_resources for CKAN CLI
setuptools 80+ removed pkg_resources as a top-level module. CKAN 2.11.4
cli.py still imports from it, so the container crashed on startup.
Pin setuptools<80 in Pipfile; re-lock resolves to ==79.0.1 which includes
pkg_resources. Reverts the temporary Dockerfile downgrade workaround
from d60cb43.1 parent d60cb43 commit e3b6801
3 files changed
Lines changed: 33 additions & 35 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
66 | | - | |
| 64 | + | |
67 | 65 | | |
68 | 66 | | |
69 | 67 | | |
| |||
0 commit comments