From c78199c53a7606bf247a4961550fd622c84be3f5 Mon Sep 17 00:00:00 2001 From: Karolis Stasaitis Date: Tue, 18 Feb 2025 15:36:32 +0100 Subject: [PATCH] python312Packages.pygreat: pythonRemoveDeps backports.functools_lru_cache fix --- pkgs/development/python-modules/pygreat/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pygreat/default.nix b/pkgs/development/python-modules/pygreat/default.nix index 7497a733322f..937ce4b14eaf 100644 --- a/pkgs/development/python-modules/pygreat/default.nix +++ b/pkgs/development/python-modules/pygreat/default.nix @@ -34,7 +34,7 @@ buildPythonPackage rec { ]; pythonRemoveDeps = [ - "backports.functools-lru-cache" + "backports.functools_lru_cache" ]; dependencies = [