Commit dec917a
committed
fix: remove filelock hard dependency for EL7 compatibility
The code already handles the absence of FileCache gracefully with
try/except blocks (falling back to in-memory cache). Making filelock
a hard requirement in setup.py caused pkg_resources to fail at entry
point loading time on EL7 where filelock>=3.0.0 is unavailable.1 parent 939560a commit dec917a
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
0 commit comments