python312Packages.pygreat: pythonRemoveDeps backports.functools_lru_cache fix (#383124)

This commit is contained in:
Gaétan Lepage
2025-02-23 13:05:08 +01:00
committed by GitHub
@@ -34,7 +34,7 @@ buildPythonPackage rec {
];
pythonRemoveDeps = [
"backports.functools-lru-cache"
"backports.functools_lru_cache"
];
dependencies = [