Unverified Commit 17feca11 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

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

parents 39bf3250 c78199c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ buildPythonPackage rec {
  ];

  pythonRemoveDeps = [
    "backports.functools-lru-cache"
    "backports.functools_lru_cache"
  ];

  dependencies = [