python3Packages.requests-cache: fix optional-dependencies (#516090)

This commit is contained in:
Martin Weinelt
2026-05-03 12:26:24 +00:00
committed by GitHub
@@ -64,7 +64,7 @@ buildPythonPackage (finalAttrs: {
orjson
ujson
]
++ lib.concatAttrValues (lib.removeAttrs finalAttrs.optional-dependencies [ "all" ]);
++ lib.concatAttrValues (lib.removeAttrs finalAttrs.passthru.optional-dependencies [ "all" ]);
};
nativeCheckInputs = [