python3Packages.requests-cache: fix optional-dependencies (#516090)
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user