Unverified Commit 8727d3f7 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

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

parents d6ef71b2 b5884334
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = [